We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03f4fa commit f08febdCopy full SHA for f08febd
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
username: fluxcdbot
41
password: ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
42
- name: Publish amd64 image
43
- uses: docker/build-push-action@v2-build-push
+ uses: docker/build-push-action@v2
44
with:
45
push: ${{ github.event_name != 'pull_request' }}
46
builder: ${{ steps.buildx.outputs.name }}
@@ -51,7 +51,7 @@ jobs:
51
ghcr.io/fluxcd/source-controller:${{ steps.get_version.outputs.VERSION }}
52
docker.io/fluxcd/source-controller:${{ steps.get_version.outputs.VERSION }}
53
- name: Publish arm64 image
54
55
56
57
0 commit comments