Skip to content

Commit

Permalink
chore: fixing major docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Jul 31, 2023
1 parent 5ec05ad commit 37beb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
type=raw,value=sha-${{ github.sha }}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{major}}
type=match,pattern=${{ inputs.name }}@(.*).\d.\d,group=1
type=match,pattern=${{ inputs.name }}@(.*),group=1
- id: docker_buildx
name: Set up Docker Buildx
Expand Down

0 comments on commit 37beb4b

Please sign in to comment.