mirror of
https://github.com/ethanrusz/scouter.git
synced 2024-11-23 20:27:45 -05:00
Update build-and-push.yml
Correct missing tagging.
This commit is contained in:
parent
9864f55e3c
commit
69027f0aeb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-push.yml
vendored
4
.github/workflows/build-and-push.yml
vendored
|
@ -29,5 +29,5 @@ jobs:
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.beans.team:latest
|
git.beans.team/em/scouter:latest
|
||||||
git.beans.team:${{ github.sha }}
|
git.beans.team/em/scouter:${{ github.sha }}
|
||||||
|
|
Loading…
Reference in a new issue