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 04b2b7c commit bfdfbba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +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 bfdfbba

Please sign in to comment.