We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93307cf commit 605dac5Copy full SHA for 605dac5
.github/workflows/deploy.yaml
@@ -74,8 +74,8 @@ jobs:
74
75
# Step 4: Build the Docker image and tag it with the repository name and 'latest'
76
- name: Build Docker image
77
- run: docker build -t ghcr.io/${{ github.repository }}:latest .
+ run: docker build -t ghcr.io/kempylol/ci_cd_lab:latest .
78
79
# Step 5: Push the Docker image to GitHub Container Registry
80
- name: Push Docker image
81
- run: docker push ghcr.io/${{ github.repository }}:latest
+ run: docker push ghcr.io/kempylol/ci_cd_lab:latest
0 commit comments