We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dc3ff commit ba6a0a7Copy full SHA for ba6a0a7
.github/workflows/docker-image.yml
@@ -30,6 +30,6 @@ jobs:
30
docker build -t oscarmax/docker-graphql:0.0.2 .
31
- name: Push Docker Image
32
run: |
33
- docker pyush -t oscarmax/docker-graphql:0.0.2 .
+ docker push -t oscarmax/docker-graphql:0.0.2 .
34
# - name: Build the Docker image
35
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
0 commit comments