FIX: fixed typo in docker image

This commit is contained in:
tamsaleh 2024-10-07 12:18:26 -03:00
parent f3d9f7def5
commit 8e45b38b59

View File

@ -28,5 +28,5 @@ jobs:
context: . context: .
push: true push: true
tags: | tags: |
ghcr.io/${{github.repository_owner}}/getting-started-app: v1 ghcr.io/${{github.repository_owner}}/getting-started-app:latest
ghcr.io/${{github.repository_owner}}/getting-started-app: ${{github.sha}} ghcr.io/${{github.repository_owner}}/getting-started-app:${{github.sha}}