aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docker.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-03-04 22:25:05 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-03-04 22:25:19 +0000
commit4793af553ca51f53bac1e4db93f1bfdfc47678b5 (patch)
treeaa017a169bc4a27b1613ca476ea55b7e5bbc154a /.github/workflows/docker.yml
parentbuild(deps): bump gradle-wrapper in the jvm-dependencies group (diff)
downloadlocusts-4793af553ca51f53bac1e4db93f1bfdfc47678b5.tar
locusts-4793af553ca51f53bac1e4db93f1bfdfc47678b5.tar.gz
locusts-4793af553ca51f53bac1e4db93f1bfdfc47678b5.tar.bz2
locusts-4793af553ca51f53bac1e4db93f1bfdfc47678b5.tar.lz
locusts-4793af553ca51f53bac1e4db93f1bfdfc47678b5.tar.xz
locusts-4793af553ca51f53bac1e4db93f1bfdfc47678b5.tar.zst
locusts-4793af553ca51f53bac1e4db93f1bfdfc47678b5.zip
build(deps): bump the github-actions group with 2 updatesHEADmaster
Bumps the github-actions group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [docker/login-action](https://github.com/docker/login-action). Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--.github/workflows/docker.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 282ecec..e9d09b4 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Set up QEMU
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Lint
@@ -41,12 +41,12 @@ jobs:
ghcr.io/${{ env.IMAGE_NAME }}
rosstheross/locusts
- name: Login to DockerHub
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
username: rosstheross
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GHCR
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}