Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 11, 2024
1 parent bcc4883 commit e3a9166
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e3a9166

Please sign in to comment.