Skip to content

Commit

Permalink
ci: enhance Docker workflow with conditional enablement
Browse files Browse the repository at this point in the history
- Update the docker workflow to include an `enable` condition for the raw type.

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Aug 19, 2024
1 parent fdda4c0 commit 6696133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
type=semver,pattern={{version}}-${{ matrix.docker }}
type=semver,pattern={{major}}.{{minor}}-${{ matrix.docker }}
type=semver,pattern={{major}}-${{ matrix.docker }}
type=raw,${{ matrix.docker }}
type=raw,value=${{ matrix.docker }},enable={{is_default_branch}}
- name: downcase REPO
run: |
Expand Down

0 comments on commit 6696133

Please sign in to comment.