Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maynor96 committed Aug 13, 2023
1 parent 8cbddf2 commit 4959490
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
- name: Docker Image
run: |
docker build -t maynor96/docker-graphql:0.0.2
docker build -t maynor96/docker-graphql:0.0.2 .
- name: Push Docker Image
run: |
docker push maynor96/docker-graphql:0.0.2 .
docker push maynor96/docker-graphql:0.0.2
# - name: Build the Docker image
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit 4959490

Please sign in to comment.