Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 27, 2024
1 parent 1cb91b0 commit ece9bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "master"
env:
REGISTRY: ghcr.io
IMAGE_NAME: "test-${{ github.repository }}"
IMAGE_NAME: ${{ github.repository }}

jobs:
docker:
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Build image
run: |
docker build -f test.Dockerfile .\
-t "${REGISTRY}/${IMAGE_NAME}:${GITHUB_SHA::6}"\
-t "${REGISTRY}/${IMAGE_NAME}:${GITHUB_SHA:0:6}"\
-t "${REGISTRY}/${IMAGE_NAME}:${VERSION_TAG}"\
-t "${REGISTRY}/${IMAGE_NAME}:latest"
env:
Expand Down

0 comments on commit ece9bc5

Please sign in to comment.