Bump build-push-action version
This commit is contained in:
parent
d03f4fa4c4
commit
f08febdffa
|
@ -40,7 +40,7 @@ jobs:
|
||||||
username: fluxcdbot
|
username: fluxcdbot
|
||||||
password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
|
password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
|
||||||
- name: Publish amd64 image
|
- name: Publish amd64 image
|
||||||
uses: docker/build-push-action@v2-build-push
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
ghcr.io/fluxcd/source-controller:${{ steps.get_version.outputs.VERSION }}
|
ghcr.io/fluxcd/source-controller:${{ steps.get_version.outputs.VERSION }}
|
||||||
docker.io/fluxcd/source-controller:${{ steps.get_version.outputs.VERSION }}
|
docker.io/fluxcd/source-controller:${{ steps.get_version.outputs.VERSION }}
|
||||||
- name: Publish arm64 image
|
- name: Publish arm64 image
|
||||||
uses: docker/build-push-action@v2-build-push
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
|
|
Loading…
Reference in New Issue