FIX: fixed typo in docker image

This commit is contained in:
tamsaleh 2024-10-07 12:09:17 -03:00
parent b39316219c
commit 035d9b9fcb

View File

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