Skip to content

Commit

Permalink
fix digest export
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jul 31, 2024
1 parent e78ec77 commit 877140e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "SHA8=${GITHUB_SHA::8}" >> $GITHUB_ENV
- name: Build and push by digest
id: docker_build
id: build
uses: docker/build-push-action@v6
with:
cache-from: type=gha
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests/*
if-no-file-founds: error
if-no-files-found: error
retention-days: 1

merge:
Expand Down

0 comments on commit 877140e

Please sign in to comment.