Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Jan 30, 2024
1 parent 9d9a851 commit 9706b01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:
env:
DOCKERHUB_IMAGE: ${{ secrets.DOCKER_USERNAME }}/crowdsec
GHCR_IMAGE: ghcr.io/${{ github.repository_owner }}/crowdsec
DIGESTS: digests-${{ inputs.debian && 'debian' || 'alpine' }}

jobs:
build:
Expand Down Expand Up @@ -110,7 +111,7 @@ jobs:
name: Upload digest
uses: actions/upload-artifact@v4
with:
name: digests-${{ env.PLATFORM_PAIR }}
name: ${{ env.DIGESTS }}-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-files-found: error
retention-days: 1
Expand All @@ -126,7 +127,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: /tmp/digests
pattern: digests-*
pattern: ${{ env.DIGESTS }}-*
merge-multiple: true
-
name: Set up Docker Buildx
Expand Down

0 comments on commit 9706b01

Please sign in to comment.