Browse Source

try bumping buld-push-action version

Denis Mazur 1 year ago
parent
commit
faf1e71fe4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/push-docker-image.yaml

+ 1 - 1
.github/workflows/push-docker-image.yaml

@@ -44,7 +44,7 @@ jobs:
 
       - name: Build and push
         id: docker_build
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v5
         with:
           context: .
           push: ${{ github.event_name != 'pull_request' }}