Browse Source

chore(deps): update docker/build-push-action action to v5.1.0 (#5145)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 year ago
parent
commit
904756bbc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/docker.yml

+ 1 - 1
.github/workflows/docker.yml

@@ -96,7 +96,7 @@ jobs:
           fi
           fi
 
 
       - name: Build and push image
       - name: Build and push image
-        uses: docker/build-push-action@v5.0.0
+        uses: docker/build-push-action@v5.1.0
         with:
         with:
           context: ${{ matrix.context }}
           context: ${{ matrix.context }}
           file: ${{ matrix.file }}
           file: ${{ matrix.file }}