Skip to content

Commit

Permalink
bugfix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Staehler, Michael committed Dec 16, 2024
1 parent 7ee3e62 commit 054227b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'master'

jobs:
build_release:
build_tag_repo:
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: fred4jupiter/fredbet
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
run: |
docker buildx build \
--platform ${DOCKER_TARGET_PLATFORM} \
--tag docker.io/${DOCKER_IMAGE}:${{needs.build_release.outputs.release_version}} \
--tag ghcr.io/${DOCKER_IMAGE}:${{needs.build_release.outputs.release_version}} \
--tag docker.io/${DOCKER_IMAGE}:${{needs.build_tag_repo.outputs.release_version}} \
--tag ghcr.io/${DOCKER_IMAGE}:${{needs.build_tag_repo.outputs.release_version}} \
--file ./Dockerfile-single \
--output type=image,push=true .
- name: Generate changelog
Expand Down

0 comments on commit 054227b

Please sign in to comment.