Bump build-push-action version

This commit is contained in:
Hidde Beydals 2020-09-10 14:21:16 +02:00
parent d03f4fa4c4
commit f08febdffa
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
username: fluxcdbot
password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
- name: Publish amd64 image
uses: docker/build-push-action@v2-build-push
uses: docker/build-push-action@v2
with:
push: ${{ github.event_name != 'pull_request' }}
builder: ${{ steps.buildx.outputs.name }}
@ -51,7 +51,7 @@ jobs:
ghcr.io/fluxcd/source-controller:${{ steps.get_version.outputs.VERSION }}
docker.io/fluxcd/source-controller:${{ steps.get_version.outputs.VERSION }}
- name: Publish arm64 image
uses: docker/build-push-action@v2-build-push
uses: docker/build-push-action@v2
with:
push: ${{ github.event_name != 'pull_request' }}
builder: ${{ steps.buildx.outputs.name }}