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 a55ae6f commit a1109e6Copy full SHA for a1109e6
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ env:
18
REGISTRY: docker.io
19
DOCKER_USERNAME: argentinaluiz
20
# github.repository as <account>/<repo>
21
- IMAGE_NAME: ${{ github.repository }}
+ IMAGE_NAME: argentinaluiz/docker-ci-test
22
SHA: ${{ github.event.pull_request.head.sha || github.event.after }}
23
COMPARE_TAG: latest
24
0 commit comments