Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 11, 2024
1 parent 64e9820 commit 5bd2069
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Skyetel
on:
push:
branches: "**"
tags: "v*"
tags: "somleng-skyetel-v*"

defaults:
run:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- build
if: ${{ github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/somleng-skyetel-v') }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -66,8 +66,7 @@ jobs:
images: |
ghcr.io/somleng/somleng-skyetel
tags: |
type=ref,event=tag
type=raw,value=beta,enable=${{ !startsWith(github.ref, 'refs/tags/v') }}
type=match,pattern=somleng-skyetel-(v.*),group=1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -84,7 +83,7 @@ jobs:
create-sentry-release:
name: Create Sentry Release
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/somleng-skyetel-v') }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 5bd2069

Please sign in to comment.