Skip to content

Commit

Permalink
fix: docker release tag (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Apr 18, 2024
1 parent a4de2f0 commit 3310fef
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- "main"
- "develop"
- "next"
tags-ignore:
tags:
- "v*"

jobs:
Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
type=semver,pattern={{major}}
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
- name: Build and push action - frontend
id: docker_action_build_frontend
uses: docker/build-push-action@v5
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
type=semver,pattern={{major}}
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
- name: Build and push action - backend
id: docker_action_build_backend
uses: docker/build-push-action@v5
Expand Down Expand Up @@ -141,13 +143,14 @@ jobs:
node-version: "20.12"
- name: Semantic Release
id: version
uses: cycjimmy/semantic-release-action@v4.1.0
uses: splunk/semantic-release-action@v1.3.4
with:
semantic_version: 21.1.1
git_committer_name: ${{ secrets.SA_GH_USER_NAME }}
git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }}
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.SA_GPG_PASSPHRASE }}
extra_plugins: |
@semantic-release/exec
@semantic-release/git
semantic-release-replace-plugin@1.2.7
@google/semantic-release-replace-plugin
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}

0 comments on commit 3310fef

Please sign in to comment.