We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c40a25 commit ce18d90Copy full SHA for ce18d90
.github/workflows/docker.yml
@@ -56,6 +56,7 @@ jobs:
56
with:
57
push: false
58
tags: |
59
+ docker.io/${{ secrets.DOCKER_USERNAME }}/graduation-project-devops:${{ github.sha }}
60
ghcr.io/${{ secrets.DOCKER_USERNAME }}/graduation-project-devops:${{ github.sha }}
61
62
- name: Test Docker Image
@@ -102,5 +103,5 @@ jobs:
102
103
104
push: true
105
- docker.io/${{ secrets.DOCKER_USERNAME }}/solar-system:${{ github.sha }}
106
107
0 commit comments