diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a476550..bdcc166 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # GitHub Secret added to the repository - name: Build and push Docker image # Builds and pushes the image to the conatiner registry - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . # Folder where the Dockerfile resides, use `/` if in root path push: ${{ github.event_name != 'pull_request' }}