diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6914209..721b5e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push Docker image for amd64 - if: github.repository_owner == 'flannelcni' + if: github.repository_owner == 'flannel-io' uses: docker/build-push-action@v2 with: context: . @@ -66,7 +66,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }}-amd64 - name: Build and push Docker image for arm - if: github.repository_owner == 'flannelcni' + if: github.repository_owner == 'flannel-io' uses: docker/build-push-action@v2 with: context: . @@ -75,7 +75,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }}-arm - name: Build and push Docker image for arm64 - if: github.repository_owner == 'flannelcni' + if: github.repository_owner == 'flannel-io' uses: docker/build-push-action@v2 with: context: . @@ -84,7 +84,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }}-arm64 - name: Build and push Docker image for s390x - if: github.repository_owner == 'flannelcni' + if: github.repository_owner == 'flannel-io' uses: docker/build-push-action@v2 with: context: . @@ -93,7 +93,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }}-s390x - name: Build and push Docker image for ppc64le - if: github.repository_owner == 'flannelcni' + if: github.repository_owner == 'flannel-io' uses: docker/build-push-action@v2 with: context: . @@ -148,7 +148,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Create manifest for multi-arch image - if: github.repository_owner == 'flannelcni' + if: github.repository_owner == 'flannel-io' run: | # get artifacts from previous steps and integrate into one multi-arch manifest docker pull ${{ steps.meta.outputs.tags }}-amd64