Skip to content

Commit 605dac5

Browse files
author
student
committed
build job V2
1 parent 93307cf commit 605dac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474

7575
# Step 4: Build the Docker image and tag it with the repository name and 'latest'
7676
- name: Build Docker image
77-
run: docker build -t ghcr.io/${{ github.repository }}:latest .
77+
run: docker build -t ghcr.io/kempylol/ci_cd_lab:latest .
7878

7979
# Step 5: Push the Docker image to GitHub Container Registry
8080
- name: Push Docker image
81-
run: docker push ghcr.io/${{ github.repository }}:latest
81+
run: docker push ghcr.io/kempylol/ci_cd_lab:latest

0 commit comments

Comments
 (0)