We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c937e commit cb538b1Copy full SHA for cb538b1
1 file changed
.github/workflows/workflow.yaml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
outputs:
10
- tag: ${{ steps.get-tag.outputs.id }}
+ tag: ${{ vars.DOCKER_USERNAME}}/${{ vars.IMAGE_NAME }}:${{ steps.get-tag.outputs.id }}
11
steps:
12
- name: DockerHub login
13
uses: docker/login-action@v3
0 commit comments