diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 81f59b281..0279bf3b3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -62,7 +62,7 @@ jobs: echo "sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: ${{ matrix.context }} tags: ${{ matrix.image }}:${{ steps.tag.outputs.branch }}