File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -258,17 +258,7 @@ jobs:
258
258
context : .
259
259
file : ./dev/docker/ci/${{ matrix.container.file }}
260
260
push : ${{ github.event_name != 'pull_request' }}
261
- tags : ${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.container.image }}:${{ matrix.container.tag }}
262
-
263
- - name : Tag
264
- run : |
265
- docker tag ${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.container.image }}:${{ matrix.container.tag }} ${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.container.image }}:latest
266
-
267
- - name : Push Latest
268
- if : ${{ github.event_name != 'pull_request' }}
269
- run : |
270
- docker login -u ${{ vars.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
271
- docker push ${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.container.image }}:latest
261
+ tags : ${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.container.image }}:${{ matrix.container.tag }},${{ vars.DOCKERHUB_USERNAME }}/${{ matrix.container.image }}:latest
272
262
273
263
- name : Test
274
264
uses : docker/build-push-action@v5
You can’t perform that action at this time.
0 commit comments