From e3a91664bc7604652aec709c321bac67a145007c Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Fri, 11 Oct 2024 14:18:15 +0700 Subject: [PATCH] WIP --- .github/workflows/skyetel.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/skyetel.yml b/.github/workflows/skyetel.yml index 7c741ac..94a7d38 100644 --- a/.github/workflows/skyetel.yml +++ b/.github/workflows/skyetel.yml @@ -41,11 +41,13 @@ jobs: { "environment": "staging", "branch": "test_release_1", - "release": true + "image_tag": "beta", + "release": true, }, { "environment": "production", "branch": "main", + "image_tag": "stable", "release": true } ] @@ -103,6 +105,9 @@ jobs: with: images: | ghcr.io/somleng/somleng-skyetel + tags: | + type=ref,event=tag + type=raw,value=${{ matrix.image_tag }} - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3