push all tags of an image
All checks were successful
Compile the repository / compile (pull_request) Successful in 11s
All checks were successful
Compile the repository / compile (pull_request) Successful in 11s
This commit is contained in:
parent
8a7973a2e3
commit
c00453d3d3
@ -26,4 +26,4 @@ jobs:
|
|||||||
- name: Build Container
|
- name: Build Container
|
||||||
run: docker build -t "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" -t "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}".
|
run: docker build -t "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" -t "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}".
|
||||||
- name: Push Container
|
- name: Push Container
|
||||||
run: docker push "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest"
|
run: docker push --all-tags "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user