Skip to content

Commit 4959490

Browse files
authored
Update docker-image.yml
1 parent 8cbddf2 commit 4959490

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
2727
- name: Docker Image
2828
run: |
29-
docker build -t maynor96/docker-graphql:0.0.2
29+
docker build -t maynor96/docker-graphql:0.0.2 .
3030
3131
- name: Push Docker Image
3232
run: |
33-
docker push maynor96/docker-graphql:0.0.2 .
33+
docker push maynor96/docker-graphql:0.0.2
34+
3435
# - name: Build the Docker image
3536
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 commit comments

Comments
 (0)