Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 authored Jul 19, 2020
1 parent 690262d commit de1f182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
name: Push image to GitHub Packages
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
env:
Expand Down

0 comments on commit de1f182

Please sign in to comment.