mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-08 22:41:50 +02:00
fixup! Filter using 'release='
This commit is contained in:
parent
b12334305d
commit
ed0ba39796
1 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Build and push the dangerzone image
|
||||
id: build-image
|
||||
run: |
|
||||
|
@ -37,8 +38,8 @@ jobs:
|
|||
podman push \
|
||||
dangerzone.rocks/dangerzone \
|
||||
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
DIGEST=$(podman images --filter "id=dangerzone.rocks/dangerzone" --format "{{ .Digest }}")
|
||||
echo ${DIGEST}
|
||||
DIGEST=$(podman images --filter "reference=dangerzone.rocks/dangerzone" --format "{{ .Digest }}")
|
||||
echo "Digest: ${DIGEST}"
|
||||
echo "digest=${DIGEST}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Generate artifact attestation
|
||||
|
|
Loading…
Reference in a new issue