Skip to content

Commit ce18d90

Browse files
committed
Update Docker image tags to use graduation-project-devops naming convention
1 parent 4c40a25 commit ce18d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
with:
5757
push: false
5858
tags: |
59+
docker.io/${{ secrets.DOCKER_USERNAME }}/graduation-project-devops:${{ github.sha }}
5960
ghcr.io/${{ secrets.DOCKER_USERNAME }}/graduation-project-devops:${{ github.sha }}
6061
6162
- name: Test Docker Image
@@ -102,5 +103,5 @@ jobs:
102103
with:
103104
push: true
104105
tags: |
105-
docker.io/${{ secrets.DOCKER_USERNAME }}/solar-system:${{ github.sha }}
106+
docker.io/${{ secrets.DOCKER_USERNAME }}/graduation-project-devops:${{ github.sha }}
106107
ghcr.io/${{ secrets.DOCKER_USERNAME }}/graduation-project-devops:${{ github.sha }}

0 commit comments

Comments
 (0)