Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/metadata-ac…
Browse files Browse the repository at this point in the history
…tion-5
  • Loading branch information
mergify[bot] authored Sep 14, 2023
2 parents 9b8d7a8 + 65e3b7c commit b71d3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3

- name: Build images and push
uses: docker/build-push-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3

- name: Tag and push
run: |
Expand Down

0 comments on commit b71d3b7

Please sign in to comment.