Skip to content

Commit

Permalink
Disable auto docker publish (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
miratepuffin authored Dec 2, 2024
1 parent 98aa973 commit 0022974
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
with:
base: ${{ inputs.base }}
secrets: inherit
call-release-docker-workflow:
name: _Release 5 - Publish Docker Images to Docker Hub
uses: ./.github/workflows/_release_docker.yml
with:
version: ${{ inputs.base }}
secrets: inherit
# call-release-docker-workflow:
# name: _Release 5 - Publish Docker Images to Docker Hub
# uses: ./.github/workflows/_release_docker.yml
# with:
# version: ${{ inputs.base }}
# secrets: inherit

0 comments on commit 0022974

Please sign in to comment.