mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-19 14:21:59 +08:00
Updated docker/build-push-action to v4.
This commit is contained in:
parent
5ce5f20f61
commit
491dceb3a8
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: ${{ steps.prep.outputs.is_release == 'yes' }}
|
push: ${{ steps.prep.outputs.is_release == 'yes' }}
|
||||||
platforms: ${{ env.PLATFORMS }}
|
platforms: ${{ env.PLATFORMS }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user