Skip to content

Commit

Permalink
fix: release docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Dec 21, 2024
1 parent 3d18f2f commit c4790e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name : Checkout repository
uses: actions/checkout@v4
with:
ref: tags/${{ github.event.release.tag_name }}
ref: ${{ github.event.release.tag_name }}

- name: Set Up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit c4790e6

Please sign in to comment.