Update build-and-push.yml

Correct missing tagging.
This commit is contained in:
Em (Ethan) Ruszanowski 2024-02-15 16:57:35 -05:00 committed by GitHub
parent 9864f55e3c
commit 69027f0aeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}