Skip to content

Commit

Permalink
core: add default 'true' to docker task
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jun 4, 2024
1 parent 7447e61 commit 72a428a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
description: 'Retag latest Docker images'
required: true
type: string
default: "true"
options:
- "true"
- "false"
Expand Down Expand Up @@ -132,7 +133,7 @@ jobs:
TAG=${GITHUB_REF#refs/*/}
echo "tag=${TAG}" >> $GITHUB_OUTPUT
echo "plugins=${{ matrix.image.plugins }}" >> $GITHUB_OUTPUT
# Download release
- name: Download release
uses: robinraju/release-downloader@v1.10
Expand Down

0 comments on commit 72a428a

Please sign in to comment.