diff --git a/.github/workflows/merge-v5.yml b/.github/workflows/merge-v5.yml index 32358d5f42..b5f99730c3 100644 --- a/.github/workflows/merge-v5.yml +++ b/.github/workflows/merge-v5.yml @@ -75,7 +75,7 @@ jobs: cp -f container.application.properties ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz/assembly/platform/application.properties - name: Build and push(egeria) to quay.io and docker.io (tag latest only for main!) if: ${{ github.ref == 'refs/heads/main'}} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: push: true tags: odpi/egeria-platform:${{ env.VERSION }}, odpi/egeria-platform:latest, quay.io/odpi/egeria-platform:${{ env.VERSION }}, quay.io/odpi/egeria-platform:latest @@ -83,7 +83,7 @@ jobs: platforms: linux/amd64,linux/arm64 - name: Build and push(egeria-platform) to quay.io and docker.io (no tag latest) if: ${{ github.ref != 'refs/heads/main'}} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: push: true tags: odpi/egeria-platform:${{ env.VERSION }}, quay.io/odpi/egeria-platform:${{ env.VERSION }} diff --git a/.github/workflows/merge-v6.yml b/.github/workflows/merge-v6.yml index 54a690ecbc..e7c40ac4ea 100644 --- a/.github/workflows/merge-v6.yml +++ b/.github/workflows/merge-v6.yml @@ -75,7 +75,7 @@ jobs: cp -f container.application.properties ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz/assembly/platform/application.properties - name: Build and push(egeria) to quay.io and docker.io (tag latest only for main!) if: ${{ github.ref == 'refs/heads/main'}} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: push: true tags: odpi/egeria-platform:${{ env.VERSION }}, odpi/egeria-platform:latest, quay.io/odpi/egeria-platform:${{ env.VERSION }}, quay.io/odpi/egeria-platform:latest @@ -83,7 +83,7 @@ jobs: platforms: linux/amd64,linux/arm64 - name: Build and push(egeria-platform) to quay.io and docker.io (no tag latest) if: ${{ github.ref != 'refs/heads/main'}} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: push: true tags: odpi/egeria-platform:${{ env.VERSION }}, quay.io/odpi/egeria-platform:${{ env.VERSION }} diff --git a/.github/workflows/release-v5.yml b/.github/workflows/release-v5.yml index ddd025b8db..b3ffe4ff84 100644 --- a/.github/workflows/release-v5.yml +++ b/.github/workflows/release-v5.yml @@ -72,7 +72,7 @@ jobs: cp -f container.application.properties ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz/assembly/platform/application.properties mkdir -p ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz/assembly/platform/data/servers - name: Build and push(egeria-platform) to quay.io and docker.io - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: push: true tags: odpi/egeria-platform:${{ env.VERSION }}, odpi/egeria-platform:stable, quay.io/odpi/egeria-platform:${{ env.VERSION }}, quay.io/odpi/egeria-platform:stable diff --git a/.github/workflows/release-v6.yml b/.github/workflows/release-v6.yml index d3bca06cc9..cce773bef0 100644 --- a/.github/workflows/release-v6.yml +++ b/.github/workflows/release-v6.yml @@ -64,7 +64,7 @@ jobs: cp -f container.application.properties ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz/assembly/platform/application.properties mkdir -p ./open-metadata-distribution/omag-server-platform/build/unpacked/egeria-platform-${{ env.VERSION }}-distribution.tar.gz/assembly/platform/data/servers - name: Build and push(egeria-platform) to quay.io and docker.io - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v7 with: push: true tags: odpi/egeria-platform:${{ env.VERSION }}, odpi/egeria-platform:stable, quay.io/odpi/egeria-platform:${{ env.VERSION }}, quay.io/odpi/egeria-platform:stable