Skip to content

Commit

Permalink
Merge pull request #684 from cybertec-postgresql/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/docker/setup-buildx-action-3

[+] bump `docker/setup-buildx-action` from 2 to 3
  • Loading branch information
pashagolub authored Sep 12, 2023
2 parents 7ddfd8f + ad0d81d commit 85d6db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Publish test version to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Publish "latest" tag to Registry
if: ${{ !contains(github.ref_name, 'beta') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Publish beta version to Registry
if: ${{ contains(github.ref_name, 'beta') }}
Expand Down

0 comments on commit 85d6db7

Please sign in to comment.