ci: try fix multiple tags in docker build & push action

This commit is contained in:
2024-03-12 23:29:29 +01:00
parent 304f866d31
commit 8a28b3f1ad
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
push: true push: true
load: true load: true
tags: tags: |
registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }} registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }}
ghcr.io/${{ github.repository_owner }}/kemkas-backend:${{ env.GITHUB_SHA_SHORT }} ghcr.io/${{ github.repository_owner }}/kemkas-backend:${{ env.GITHUB_SHA_SHORT }}
- uses: actions/checkout@v4 - uses: actions/checkout@v4