فهرست منبع

Bump docker/build-push-action from 6.4.0 to 6.5.0

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/a254f8ca60a858f3136a2f1f23a60969f2c402dd...5176d81f87c23d6fc96624dfdbcd9f3830bbe445)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 10 ماه پیش
والد
کامیت
88f6076422
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/docker-publish.yml

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

@@ -55,7 +55,7 @@ jobs:
       # Build and push Docker image with Buildx (don't push on PR)
       # Build and push Docker image with Buildx (don't push on PR)
       # https://github.com/docker/build-push-action
       # https://github.com/docker/build-push-action
       - name: Build and push Docker image
       - name: Build and push Docker image
-        uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd
+        uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
         with:
         with:
           context: .
           context: .
           push: ${{ github.event_name != 'pull_request' }}
           push: ${{ github.event_name != 'pull_request' }}