diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 51bd38adc..ef1eee9e7 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build & Push Docker Image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ env.WORKING_DIRECTORY }} push: ${{ github.event_name == 'push' }}