i came to the conclusion that gh workflows suck
This commit is contained in:
parent
1c0c00c01b
commit
23ba112f67
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/janderedev/automod-api:latest
|
ghcr.io/janderedev/automod-api:latest
|
||||||
ghcr.io/janderedev/automod-api:$(git rev-parse --short "$GITHUB_SHA")
|
ghcr.io/janderedev/automod-api:${{ GITHUB_SHA }}
|
||||||
|
|
||||||
publish_web:
|
publish_web:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/janderedev/automod-web:latest
|
ghcr.io/janderedev/automod-web:latest
|
||||||
ghcr.io/janderedev/automod-web:$(git rev-parse --short "$GITHUB_SHA")
|
ghcr.io/janderedev/automod-web:${{ GITHUB_SHA }}
|
||||||
|
|
||||||
publish_bridge:
|
publish_bridge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -94,7 +94,7 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/janderedev/automod-bridge:latest
|
ghcr.io/janderedev/automod-bridge:latest
|
||||||
ghcr.io/janderedev/automod-bridge:$(git rev-parse --short "$GITHUB_SHA")
|
ghcr.io/janderedev/automod-bridge:${{ GITHUB_SHA }}
|
||||||
|
|
||||||
publish_bot:
|
publish_bot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -123,4 +123,4 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/janderedev/automod-bot:latest
|
ghcr.io/janderedev/automod-bot:latest
|
||||||
ghcr.io/janderedev/automod-bot:$(git rev-parse --short "$GITHUB_SHA")
|
ghcr.io/janderedev/automod-bot:${{ GITHUB_SHA }}
|
||||||
|
|
Loading…
Reference in a new issue