Skip to content

Commit 4a0cf50

Browse files
Update docker-image.yml
Signed-off-by: Moses Fabiyi <[email protected]>
1 parent ae5d8c2 commit 4a0cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Build the Docker image
18-
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
18+
run: docker build . --file Dockerfile --tag ecampuslearning/cloud-development-projects:$(date +%s)

0 commit comments

Comments
 (0)