Skip to content

Commit

Permalink
ci: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 6, 2024
1 parent e140a6b commit 466ae6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ jobs:
- name: 🚀 Create manifest list and push
run: |
# Fetch digests for amd64 and arm64 architectures
DIGEST_AMD64=$(cat /tmp/digests/digests-8.1-fpm-alpine-amd64/*)
DIGEST_ARM64=$(cat /tmp/digests/digests-8.1-fpm-alpine-arm64/*)
DIGEST_AMD64=$(ls /tmp/digests/digests-8.1-fpm-alpine-amd64/*)
DIGEST_ARM64=$(ls /tmp/digests/digests-8.1-fpm-alpine-arm64/*)
echo "Digest AMD64: $DIGEST_AMD64"
echo "Digest ARM64: $DIGEST_ARM64"
Expand Down

0 comments on commit 466ae6e

Please sign in to comment.