diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index 1d1fa81..e2eb59f 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -62,7 +62,7 @@ jobs: - name: Build image and push snapshot to GitHub Container Registry id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . platforms: ${{ env.PLATFORMS }} diff --git a/.github/workflows/build-tag.yml b/.github/workflows/build-tag.yml index 523b0c2..2c502c8 100644 --- a/.github/workflows/build-tag.yml +++ b/.github/workflows/build-tag.yml @@ -69,7 +69,7 @@ jobs: - name: Build image and push to Docker Hub and GitHub Container Registry id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . build-args: VERSION=${{ github.ref_name }}