Skip to content

Commit

Permalink
fix: try to force-push false
Browse files Browse the repository at this point in the history
  • Loading branch information
pifou25 committed Apr 13, 2024
1 parent faf49f6 commit d839f11
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/buildx-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
# exclude Jeedom beta on every buster, not supported
- debian: "buster"
jeedom: "beta"
# exclude Jeedom debug on every buster, useless
- debian: "buster"
xdebug: false

env:
REGISTRY_IMAGE: pifou25/jeedom:${{ matrix.debian }}-${{ matrix.php }}${{ matrix.target == 'full' && '' || '-light' }}${{ matrix.jeedom == 'beta' && '-beta' || '' }}${{ matrix.xdebug && '-debug' || '' }}
Expand Down Expand Up @@ -128,9 +131,8 @@ jobs:
platforms: ${{ matrix.platform }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
push: false
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
# tags: |
# ${{ secrets.DOCKER_USER }}/jeedom:${{ matrix.debian }}-${{ matrix.php }}${{ matrix.target == 'full' && '' || '-light' }}${{ matrix.jeedom == 'beta' && '-beta' || '' }}${{ matrix.xdebug && '-debug' || '' }}
-
name: Export digest
run: |
Expand Down

0 comments on commit d839f11

Please sign in to comment.