This is an automated email from the ASF dual-hosted git repository.
RongtongJin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 56bebfc Update tags of docker-related actions to fix #125 (#126)
56bebfc is described below
commit 56bebfc4a6a3555e4fb1bdab9d8979eaa4d39c16
Author: caigy <[email protected]>
AuthorDate: Wed May 6 09:56:03 2026 +0800
Update tags of docker-related actions to fix #125 (#126)
---
.github/workflows/docker-publish.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/docker-publish.yml
b/.github/workflows/docker-publish.yml
index abfa0ad..49b0104 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -53,11 +53,11 @@ jobs:
- name: Set up Docker Buildx
if: env.exists == 'false'
- uses:
docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
+ uses:
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Log into registry ${{ env.REGISTRY }}
if: env.exists == 'false' && github.event_name != 'pull_request'
- uses: docker/login-action@v3
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.DOCKERHUB_USER }}
@@ -66,7 +66,7 @@ jobs:
- name: Build and push Docker image
id: build-and-push
if: env.exists == 'false'
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
with:
context: "{{defaultContext}}:image-build"
file: Dockerfile-ubuntu