Skip to content

Commit

Permalink
Update GHA to use master branch for Docker shared action
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 14, 2025
1 parent 660e058 commit 9c14593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
tag: ${{env.VERSION}}
generateReleaseNotes: true
build_and_publish_docker:
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@FEAT_DockerOptionalSemVer
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
publish_pypi: false
build_and_publish_docker:
needs: publish_alpha_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@FEAT_DockerOptionalSemVer
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/update_docker_dev_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:

build_and_publish_docker:
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@FEAT_DockerOptionalSemVer
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
with:
include_semver: False

0 comments on commit 9c14593

Please sign in to comment.