Skip to content

Commit

Permalink
Fix docker release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner committed Apr 10, 2022
1 parent 04d89c2 commit 03930a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker-image-of-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
ref: ${{ github.ref_name }}
with:
ref: ${{ github.ref_name }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 03930a4

Please sign in to comment.