2 Commits 87ce8b78f1 ... 48a7ad7a37

Author SHA1 Message Date
  dependabot[bot] 48a7ad7a37 build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0 (#68) 1 year ago
  dependabot[bot] 835bdd2883 build(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#64) 1 year 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

@@ -12,14 +12,14 @@ jobs:
   docker-build:
     runs-on: ubuntu-20.04
     steps:
-    - uses: docker/setup-qemu-action@v2.2.0
+    - uses: docker/setup-qemu-action@v3.0.0
     - uses: docker/setup-buildx-action@v3.0.0
     # > 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@v5.0.0
+    - uses: docker/build-push-action@v5.1.0
       with:
         platforms: |
           linux/amd64