Skip to content

Commit cb538b1

Browse files
committed
updated config
1 parent 29c937e commit cb538b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
outputs:
10-
tag: ${{ steps.get-tag.outputs.id }}
10+
tag: ${{ vars.DOCKER_USERNAME}}/${{ vars.IMAGE_NAME }}:${{ steps.get-tag.outputs.id }}
1111
steps:
1212
- name: DockerHub login
1313
uses: docker/login-action@v3

0 commit comments

Comments
 (0)