Skip to content

Commit

Permalink
ci(github-actions): add missing uses key to the setup-qemu step (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara authored Jan 26, 2024
1 parent f4de6e2 commit 1548540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# Script for setting the version without the leading 'v'
- name: Set Versions
uses: actions/github-script@v4
Expand Down

0 comments on commit 1548540

Please sign in to comment.