3 Commitit 3e2868fe72 ... 53be96f5ec

Tekijä SHA1 Viesti Päivämäärä
  dependabot[bot] 53be96f5ec build(deps): bump docker/setup-buildx-action from 1.4.1 to 1.5.0 4 vuotta sitten
  dependabot[bot] 020bbaf8f1 build(deps): bump docker/build-push-action from 2.5.0 to 2.6.1 4 vuotta sitten
  dependabot[bot] 169becca77 build(deps): bump docker/setup-buildx-action from 1.3.0 to 1.4.1 4 vuotta sitten
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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.3.0
+    - uses: docker/setup-buildx-action@v1.5.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@v2.5.0
+    - uses: docker/build-push-action@v2.6.1
       with:
         # dma package is only avilable for ppc64le, x86_64 & x86
         # https://pkgs.alpinelinux.org/packages?name=dma&branch=edge