diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce32575..4765d2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: username: ${{ github.actor }} password: ${{ github.token }} - name: 🐋 Build and push - uses: docker/build-push-action@v6.13.0 + uses: docker/build-push-action@v6.16.0 with: file: ./Dockerfile push: ${{ startsWith(github.ref, 'refs/tags/v') }}