Skip to content

Commit

Permalink
chore: update GHA files
Browse files Browse the repository at this point in the history
  • Loading branch information
tricky42 committed Oct 23, 2024
1 parent 6ff5f85 commit ed23c1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/build-and-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ runs:
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Set up QEMU
uses: docker/setup-qemu-action@v3 # Updated from v1 to v3
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 # Updated from v1 to v3
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/build-push-action@v5 # Updated from v2 to v5
uses: docker/build-push-action@v5
with:
context: ./docker
push: false
Expand Down

0 comments on commit ed23c1b

Please sign in to comment.