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 4959490 commit ec92a9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ jobs:
- name: Docker Image
run: |
docker build -t maynor96/docker-graphql:0.0.2 .
docker build -t maynor96/docker-graphql:latest .
- name: Push Docker Image
run: |
docker push maynor96/docker-graphql:0.0.2
docker push maynor96/docker-graphql:latest
# - name: Build the Docker image
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit ec92a9d

Please sign in to comment.