2 Commits 6a8b7c6a08 ... 2107c5cb9a

Author SHA1 Message Date
  dependabot[bot] 2107c5cb9a Bump docker/setup-buildx-action from 1.5.0 to 1.5.1 2 years ago
  dependabot[bot] e61809f3d5 Bump docker/build-push-action from 2.5.0 to 2.6.1 2 years ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/container-image.yml

+ 2 - 2
.github/workflows/container-image.yml

@@ -13,13 +13,13 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
     - uses: docker/setup-qemu-action@v1.2.0
-    - uses: docker/setup-buildx-action@v1.5.0
+    - uses: docker/setup-buildx-action@v1.5.1
     # > By default, this action uses the Git context so you don't need to use
     # > the actions/checkout action to checkout the repository because this
     # > will be done directly by buildkit. [...]
     # > any file mutation in the steps that precede [...] will be ignored
     # https://github.com/marketplace/actions/build-and-push-docker-images
-    - uses: docker/build-push-action@v2.5.0
+    - uses: docker/build-push-action@v2.6.1
       with:
         platforms: |
           linux/amd64