Skip to content

Commit

Permalink
Merge pull request #75 from koenighotze/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-buildx-action-3

[dependabot-gh-actions] Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
koenighotze authored Oct 5, 2023
2 parents 4339bfb + 9744b0f commit e242cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Set up GCP environment
uses: google-github-actions/setup-gcloud@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build image
run: ./scripts/containerize.sh
- name: Run vulnerability scanner
Expand Down

0 comments on commit e242cd9

Please sign in to comment.