Skip to content

Commit

Permalink
WI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 11, 2024
1 parent eb53001 commit b0f74c4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@ jobs:
[
{
"environment": "staging",
"branch": "test_release_1",
"image_tag": "beta",
"release": true
"branch": "develop",
"release": false
},
{
"environment": "production",
"branch": "main",
"image_tag": "stable",
"release": true
}
]
Expand Down Expand Up @@ -107,7 +105,7 @@ jobs:
ghcr.io/somleng/somleng-skyetel
tags: |
type=ref,event=tag
type=raw,value=${{ matrix.image_tag }}
type=raw,value=beta
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit b0f74c4

Please sign in to comment.