Skip to content

Commit 000ac84

Browse files
authored
Add latest image commands
1 parent cbed982 commit 000ac84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@ jobs:
3535
- name: Build Docker Image
3636
run: |
3737
docker build -t gusmx/docker-graphql:0.0.2 .
38+
docker build -t gusmx/docker-graphql:latest .
3839
3940
# Paso 4:
4041
- name: Push Docker Image
4142
run: |
4243
docker push gusmx/docker-graphql:0.0.2
44+
docker push gusmx/docker-graphql:latest
4345
4446
# - name: Build the Docker image
4547
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 commit comments

Comments
 (0)