Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp committed Mar 8, 2023
1 parent 73e8bdc commit ba53164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value={{branch}}-{{sha}},enabled=${{ !startsWith(github.ref, 'refs/tags/') }}
type=raw,value={{branch}}-{{sha}},enable=${{ !startsWith(github.ref, 'refs/tags/') }}
-
name: Build image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit ba53164

Please sign in to comment.