diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 56c67dc..c63b7f1 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -53,7 +53,7 @@ jobs: username: ${{ inputs.user }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ inputs.push }}