Skip to content

Commit

Permalink
eq
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut committed Nov 17, 2023
1 parent 253790d commit 3441e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
docker-server: ${{ vars.DOCKER_SERVER }}
docker-username: ${{ vars.DOCKER_USERNAME }}
docker-repository: ${{ vars.DOCKER_REPOSITORY }}
docker-build-only: ${{ github.event.inputs.docker-build-only }}
docker-build-only: ${{ github.event.inputs.docker-build-only == 'true' }}
secrets:
docker-password: ${{ secrets.DOCKER_PASSWORD }}

Expand Down

0 comments on commit 3441e0a

Please sign in to comment.