Skip to content

Commit

Permalink
Fixed the workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Jul 23, 2024
1 parent 10c1c87 commit b512fd1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,15 @@ 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 }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
VERSION=${{ ${{ steps.glpi.outputs.release }} }}
VERSION=${{ steps.glpi.outputs.release }}
- name: Attest
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit b512fd1

Please sign in to comment.