We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac887b commit 6edd5d3Copy full SHA for 6edd5d3
.github/workflows/build-docker-image.yml
@@ -6,7 +6,7 @@ on:
6
env:
7
REGISTRY: ghcr.io
8
IMAGE_NAME: ${{ github.repository }}
9
- TAG_NAME: ${{ env.REGISTRY }}/fys-help-bot:$(date +%s)
+ TAG_NAME: ghcr.io/fys-help-bot:$(date +%s)
10
11
jobs:
12
build:
0 commit comments