File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Docker meta
113113 id : meta
114- uses : docker/metadata-action@v6.1 .0
114+ uses : docker/metadata-action@v6.2 .0
115115 with :
116116 # NOTE for forks: if your Docker Hub organization doesn't match your Github repo's,
117117 # then the use of ${{ github.repository_owner }} will need to be replaced.
@@ -144,7 +144,7 @@ jobs:
144144 uses : docker/setup-buildx-action@v4
145145
146146 - name : Set up QEMU
147- uses : docker/setup-qemu-action@v4.1 .0
147+ uses : docker/setup-qemu-action@v4.2 .0
148148
149149 - name : Build for test
150150 uses : docker/build-push-action@v7
@@ -172,14 +172,14 @@ jobs:
172172 tests/test.sh
173173
174174 - name : Login to DockerHub
175- uses : docker/login-action@v4.2 .0
175+ uses : docker/login-action@v4.4 .0
176176 if : env.HAS_IMAGE_REPO_ACCESS
177177 with :
178178 username : ${{ secrets.DOCKER_USER }}
179179 password : ${{ secrets.DOCKER_PASSWORD }}
180180
181181 - name : Login to GHCR
182- uses : docker/login-action@v4.2 .0
182+ uses : docker/login-action@v4.4 .0
183183 if : env.HAS_IMAGE_REPO_ACCESS
184184 with :
185185 registry : ghcr.io
You can’t perform that action at this time.
0 commit comments