Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed May 24, 2024
1 parent 0242004 commit 2baabe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.event_name != 'pull_request' }}
outputs: type=docker,name=${{ env.DOCKER_IMAGE }},name-canonical=true
outputs: type=docker,dest=/tmp/digests/${{ matrix.platform }}.tar
build-args: ${{ steps.prepare.outputs.buildx_args }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
path: /tmp/digests/*.tar
if-no-files-found: error
retention-days: 1

Expand Down

0 comments on commit 2baabe5

Please sign in to comment.