ci: Bump docker/build-push-action to v3
This commit is contained in:
parent
d17e893131
commit
3c0ea72a5c
5
.github/workflows/publish-experimental.yml
vendored
5
.github/workflows/publish-experimental.yml
vendored
@ -19,10 +19,9 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build and push docker image
|
- name: Build and push docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
pull: true
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: ${{ env.IMAGE_REPOSITORY }}:experimental
|
||||||
${{ env.IMAGE_REPOSITORY }}:experimental
|
|
||||||
|
5
.github/workflows/publish-latest.yml
vendored
5
.github/workflows/publish-latest.yml
vendored
@ -27,10 +27,9 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Build and push docker image
|
- name: Build and push docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||||
pull: true
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: ${{ env.IMAGE_REPOSITORY }}:latest
|
||||||
${{ env.IMAGE_REPOSITORY }}:latest
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user