From 8a28b3f1adb407baccad30c6dfdbdeb0d7cfff79 Mon Sep 17 00:00:00 2001 From: morbalint Date: Tue, 12 Mar 2024 23:29:29 +0100 Subject: [PATCH] ci: try fix multiple tags in docker build & push action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25019ea..3bba314 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: cache-to: type=gha,mode=max push: true load: true - tags: + tags: | registry.digitalocean.com/kemkas/kemkas-be:${{ env.GITHUB_SHA_SHORT }} ghcr.io/${{ github.repository_owner }}/kemkas-backend:${{ env.GITHUB_SHA_SHORT }} - uses: actions/checkout@v4