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 922eddb commit c440258Copy full SHA for c440258
.github/workflows/go-ci.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: "Build and push Docker image to Github Container Registry ('latest')"
47
if: ${{ github.ref == 'refs/heads/master' }}
48
run: |
49
- docker build . --tag $DOCKER_IMAGE_IMAGE:latest
+ docker build . --tag $DOCKER_IMAGE_NAME:latest
50
docker push $DOCKER_IMAGE_NAME:latest
51
52
0 commit comments