mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
[update] docker tag in workflow.yml
This commit is contained in:
parent
aa78251dc8
commit
5eb70956ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -30,5 +30,5 @@ jobs:
|
|||
uses: docker/build-push-action@v6.13.0
|
||||
with:
|
||||
push: true
|
||||
tags: user/main:action
|
||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/main:action
|
||||
|
||||
|
|
Loading…
Reference in a new issue