i came to the conclusion that gh workflows suck

This commit is contained in:
Jan 2022-05-22 00:28:04 +02:00
parent 1c0c00c01b
commit 23ba112f67

View file

@ -36,7 +36,7 @@ jobs:
push: true
tags: |
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:
runs-on: ubuntu-latest
@ -65,7 +65,7 @@ jobs:
push: true
tags: |
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:
runs-on: ubuntu-latest
@ -94,7 +94,7 @@ jobs:
push: true
tags: |
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:
runs-on: ubuntu-latest
@ -123,4 +123,4 @@ jobs:
push: true
tags: |
ghcr.io/janderedev/automod-bot:latest
ghcr.io/janderedev/automod-bot:$(git rev-parse --short "$GITHUB_SHA")
ghcr.io/janderedev/automod-bot:${{ GITHUB_SHA }}