diff --git a/.github/workflows/build-test-app.yml b/.github/workflows/build-test-app.yml index 73def6096f..3268a3073d 100644 --- a/.github/workflows/build-test-app.yml +++ b/.github/workflows/build-test-app.yml @@ -33,7 +33,7 @@ jobs: TAGS="${{ env.REGISTRY }}/${{ env.REPOSITORY }}:latest" echo "tags=$TAGS" >> $GITHUB_OUTPUT - name: Push Image to repo - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: test/app push: true diff --git a/.github/workflows/rebuild-released-images.yaml b/.github/workflows/rebuild-released-images.yaml index 5b2909bba6..2f0d530acd 100644 --- a/.github/workflows/rebuild-released-images.yaml +++ b/.github/workflows/rebuild-released-images.yaml @@ -137,7 +137,7 @@ jobs: username: ${{ env.QUAY_ROBOT_NAME }} password: ${{ secrets.QUAY_PASSWORD }} - name: Build and push operator to the DockerHub (daily-tag & release-tag) - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ${{ steps.pick-dockerfile.outputs.dockerfile }}