Skip to content

Commit a2b8e0a

Browse files
author
xyzjesper
committed
Added Workflow Runner
1 parent 05f9add commit a2b8e0a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/customer-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: "0 0 * * 1"
1212
push:
1313
branches:
14-
- update_to_typescript
14+
- main
1515
env:
1616
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1717
jobs:
@@ -54,5 +54,5 @@ jobs:
5454
platforms: linux/amd64
5555
push: true
5656
tags: |
57-
ghcr.io/disbotdevelopment/disbotcustomer:${{ steps.package-version.outputs.current-version}}
58-
ghcr.io/disbotdevelopment/disbotcustomer:latest
57+
ghcr.io/disbotdevelopment/disbot-bot:${{ steps.package-version.outputs.current-version}}
58+
ghcr.io/disbotdevelopment/disbot-bot:latest

.github/workflows/disbot-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: "0 0 * * 1"
1212
push:
1313
branches:
14-
- update_to_typescript
14+
- main
1515
env:
1616
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1717
jobs:
@@ -54,5 +54,5 @@ jobs:
5454
platforms: linux/amd64
5555
push: true
5656
tags: |
57-
ghcr.io/disbotdevelopment/disbot:${{ steps.package-version.outputs.current-version}}
58-
ghcr.io/disbotdevelopment/disbot:latest
57+
ghcr.io/disbotdevelopment/disbot-bot:${{ steps.package-version.outputs.current-version}}
58+
ghcr.io/disbotdevelopment/disbot-bot:latest

0 commit comments

Comments
 (0)