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 c05e876 commit 04b2b7c
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 @@ -66,9 +66,9 @@ jobs:
# tags:
# 'latest'
# '${{ steps.glpi.outputs.release }}'
labels:
- latest
- ${{ steps.glpi.outputs.release }}
labels: |
latest
${{ steps.glpi.outputs.release }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 04b2b7c

Please sign in to comment.