diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5cc990a..e990160 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -24,7 +24,7 @@ jobs: run: make linux - name: Build Docker - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . tags: cloudfoundry/bc:latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f20488..ef7bf74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true