Skip to content

Commit 5af67b4

Browse files
authored
Simplify tag assignment in auto-update workflow
Removed the 'enable' condition from the tag assignment.
1 parent 2f81211 commit 5af67b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-update-glpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
latest=true
192192
tags: |
193193
# Use the upstream version calculated in the previous job if this is an automated update OR a forced rebuild
194-
type=raw,value=${{ needs.check-update-commit.outputs.new_version }},enable=${{ needs.check-update-commit.outputs.update_needed == 'true' }}
194+
type=raw,value=${{ needs.check-update-commit.outputs.new_version }}
195195
# Standard tags
196196
type=schedule
197197
type=ref,event=branch

0 commit comments

Comments
 (0)