mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
Add: explicit tag
Signed-off-by: Andrew Waters <waters@me.com>
This commit is contained in:
parent
13d7e7a55b
commit
4ca0e628b9
1 changed files with 1 additions and 0 deletions
|
@ -203,4 +203,5 @@ with:
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
registry: gcr.io
|
registry: gcr.io
|
||||||
repository: myorg/myrepository
|
repository: myorg/myrepository
|
||||||
|
tags: latest
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue