diff options
author | Valery Piashchynski <[email protected]> | 2022-05-10 00:45:32 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-10 00:45:32 +0200 |
commit | 06c69f78043099b4a8feb43a0124739b80393f93 (patch) | |
tree | d68e88ce92a3da9820b72aba0657a20138d19d60 | |
parent | 87c04f81e5fb76faeb0c5a1f996d28d90aa5aa2b (diff) | |
parent | 4287d8f1cc0eb4a575c8155f32041e38cb039ae7 (diff) |
[#1122]: build(deps): bump docker/setup-buildx-action from 1 to 2
-rw-r--r-- | .github/workflows/release.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release_nightly.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26d5c9ba..ca1c4a82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action> - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action> + uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action> - name: Login to Docker Hub uses: docker/login-action@v2 diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index 9121a00b..90d6315b 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -151,7 +151,7 @@ jobs: uses: docker/setup-qemu-action@v2 # Action page: <https://github.com/docker/setup-qemu-action> - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 # Action page: <https://github.com/docker/setup-buildx-action> + uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action> - name: Login to Docker Hub uses: docker/login-action@v2 |