Skip to content

Commit

Permalink
fix: Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 11, 2024
1 parent 475eef4 commit 730e110
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/skyetel-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/somleng-skyetel') }}
steps:
- name: Get version from tag
id: get-version
run: echo "version=${GITHUB_REF_NAME#somleng-skyetel/}" >> $GITHUB_OUTPUT

- name: Checkout
uses: actions/checkout@v4

Expand All @@ -31,7 +35,7 @@ jobs:
images: |
ghcr.io/somleng/somleng-skyetel
tags: |
type=match,pattern=somleng-skyetel-(v.*),group=1
type=match,pattern=somleng-skyetel\/(v.*),group=1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -45,13 +49,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

create-sentry-release:
name: Create Sentry Release
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/somleng-skyetel-v') }}
steps:
- uses: actions/checkout@v4

- name: Create Sentry release
uses: getsentry/action-release@v1
env:
Expand All @@ -60,4 +57,4 @@ jobs:
SENTRY_PROJECT: somleng-skyetel
with:
environment: production
version: ${{ github.ref_name }}
version: ${{ steps.get-version.outputs.version }}
5 changes: 4 additions & 1 deletion .github/workflows/skyetel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Skyetel

on: push
on:
push:
branches:
- "**"

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion skyetel/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gSkyetel
# Skyetel

[![Build](https://github.com/somleng/somleng-integrations/actions/workflows/skyetel.yml/badge.svg)](https://github.com/somleng/somleng-integrations/actions/workflows/skyetel.yml)

Expand Down

0 comments on commit 730e110

Please sign in to comment.