Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Jun 14, 2024
1 parent ed22cc3 commit 40e3414
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
if: ${{ success() }}

- name: Determine release PUSH_FLAG
- name: Set release PUSH_FLAG
run: echo "PUSH_FLAG=--push" >> $GITHUB_ENV
if: startsWith(github.ref, 'refs/tags/v') || github.event.inputs.force == 'true'

- name: Display push flag
run: echo "${{ env.PUSH_FLAG }}"

- name: Build (and potentially push) docker image release
run: PUSH_FLAG=$PUSH_FLAG make docker-release-build

0 comments on commit 40e3414

Please sign in to comment.