mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-21 15:53:13 +01:00
Upgrade to docker/build-push-action v6
This commit is contained in:
parent
a5b4e0ea0d
commit
d6e6493504
2
.github/workflows/ci-docker-publish-dev.yml
vendored
2
.github/workflows/ci-docker-publish-dev.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
echo "platforms=linux/amd64,linux/386" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and push to docker Hub
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: ${{ steps.set_vars.outputs.platforms }}
|
||||
build-args: |
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
||||
readme-filepath: docker/README.md
|
||||
|
||||
- name: Build and push to docker Hub with version as unique tag
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: ${{ steps.set_vars.outputs.platforms }}
|
||||
build-args: |
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
- name: Build and push to docker Hub with stable tag latest
|
||||
# We do not want to publish a prerelease as the 'latest' image
|
||||
if: ${{ github.event.release.prerelease == false }}
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: ${{ steps.set_vars.outputs.platforms }}
|
||||
build-args: |
|
||||
|
Loading…
Reference in New Issue
Block a user