Skip to content

Commit

Permalink
fix: ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Feb 5, 2024
1 parent 821a665 commit 7525855
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
File renamed without changes.
8 changes: 8 additions & 0 deletions .github/workflows/docker-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Docker Pull Request
on:
workflow_run:
workflows: [Config]

jobs:
build:
uses: WatWowMap/ReactMap/.github/workflows/docker-base.yml@main
8 changes: 8 additions & 0 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Docker Release
on:
release:
types: [prereleased, released]

jobs:
build:
uses: WatWowMap/ReactMap/.github/workflows/docker-base.yml@main
5 changes: 5 additions & 0 deletions .github/workflows/locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}

permissions: write-all

jobs:
locales:
name: Locales Sync
Expand Down Expand Up @@ -40,6 +42,9 @@ jobs:
fi
- name: Commit and push changes
if: ${{ env.changes_exist == 'true' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HUSKY: 0
run: |
git add --all
git commit --message "chore: sync locales"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:
branches: [develop]

jobs:
release-develop:
build:
uses: WatWowMap/ReactMap/.github/workflows/release-base.yml@develop
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:
branches: [main]

jobs:
release-main:
build:
uses: WatWowMap/ReactMap/.github/workflows/release-base.yml@main

0 comments on commit 7525855

Please sign in to comment.