We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbed982 commit 000ac84Copy full SHA for 000ac84
.github/workflows/docker-image.yml
@@ -35,11 +35,13 @@ jobs:
35
- name: Build Docker Image
36
run: |
37
docker build -t gusmx/docker-graphql:0.0.2 .
38
+ docker build -t gusmx/docker-graphql:latest .
39
40
# Paso 4:
41
- name: Push Docker Image
42
43
docker push gusmx/docker-graphql:0.0.2
44
+ docker push gusmx/docker-graphql:latest
45
46
# - name: Build the Docker image
47
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments