Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Jul 23, 2024
1 parent b512fd1 commit 70515cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
with:
context: php/
push: ${{ github.event_name != 'pull_request' }}
tags: [ 'latest', '${{ steps.glpi.outputs.release }}' ]
tags:
- 'latest'
- '${{ steps.glpi.outputs.release }}'
labels:
- latest
- ${{ steps.glpi.outputs.release }}
Expand Down

0 comments on commit 70515cf

Please sign in to comment.