Skip to content

Commit

Permalink
- use type:raw instead of type:plain when setting label
Browse files Browse the repository at this point in the history
  • Loading branch information
almir authored Oct 25, 2024
1 parent 093d8b4 commit 6bb3661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
tags: |
type=ref,event=branch
type=semver,pattern={{version}},enable={{github.ref_type == 'tag'}}
type=plain,value=latest,enable={{github.ref_type == 'tag'}}
type=raw,value=latest,enable={{github.ref_type == 'tag'}}
# https://github.com/docker/build-push-action
- name: Build and push
Expand Down

0 comments on commit 6bb3661

Please sign in to comment.