Skip to content

Commit

Permalink
Also tag and push as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Dec 19, 2024
1 parent 3f8740f commit 03ade9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
docker login ghcr.io -u token -p "${{secrets.GITHUB_TOKEN}}"
docker tag $image_name $image_name:$image_ver
docker push $image_name:$image_ver
docker tag $image_name $image_name:latest
docker push $image_name:latest

0 comments on commit 03ade9c

Please sign in to comment.