FIX: fixed typo in docker image

This commit is contained in:
tamsaleh 2024-10-07 12:13:34 -03:00
parent 035d9b9fcb
commit f3d9f7def5

View File

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