Skip to content

Commit fdd7566

Browse files
committed
updated gh workflows
1 parent 803b0bd commit fdd7566

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/api.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
# Allows you to run this workflow manually from the Actions tab
55
workflow_dispatch:
66
push:
7+
tags:
8+
- v.2.*
79
branches:
810
- v2
911
env:
@@ -40,5 +42,5 @@ jobs:
4042
platforms: linux/amd64
4143
push: true
4244
tags: |
43-
ghcr.io/disbotdevelopment/disbot-api:v2-${{ github.run_number }}
45+
ghcr.io/disbotdevelopment/disbot-dashboard:${{ github.ref_name }}
4446
ghcr.io/disbotdevelopment/disbot-api:v2

.github/workflows/bot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
# Allows you to run this workflow manually from the Actions tab
55
workflow_dispatch:
66
push:
7+
push:
8+
tags:
9+
- v.2.*
710
branches:
811
- v2
912
env:
@@ -40,5 +43,5 @@ jobs:
4043
platforms: linux/amd64
4144
push: true
4245
tags: |
43-
ghcr.io/disbotdevelopment/disbot-bot:v2-${{ github.run_number }}
46+
ghcr.io/disbotdevelopment/disbot-dashboard:${{ github.ref_name }}
4447
ghcr.io/disbotdevelopment/disbot-bot:v2

.github/workflows/dashboard.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
# Allows you to run this workflow manually from the Actions tab
55
workflow_dispatch:
66
push:
7+
tags:
8+
- v.2.*
79
branches:
810
- v2
911
env:
@@ -40,5 +42,5 @@ jobs:
4042
platforms: linux/amd64
4143
push: true
4244
tags: |
43-
ghcr.io/disbotdevelopment/disbot-dashboard:v2-${{ github.run_number }}
45+
ghcr.io/disbotdevelopment/disbot-dashboard:${{ github.ref_name }}
4446
ghcr.io/disbotdevelopment/disbot-dashboard:v2

0 commit comments

Comments
 (0)