mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-09 15:01:49 +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
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build and push the dangerzone image
|
- name: Build and push the dangerzone image
|
||||||
id: build-image
|
id: build-image
|
||||||
run: |
|
run: |
|
||||||
|
@ -37,8 +38,8 @@ jobs:
|
||||||
podman push \
|
podman push \
|
||||||
dangerzone.rocks/dangerzone \
|
dangerzone.rocks/dangerzone \
|
||||||
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
|
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
DIGEST=$(podman images --filter "id=dangerzone.rocks/dangerzone" --format "{{ .Digest }}")
|
DIGEST=$(podman images --filter "reference=dangerzone.rocks/dangerzone" --format "{{ .Digest }}")
|
||||||
echo ${DIGEST}
|
echo "Digest: ${DIGEST}"
|
||||||
echo "digest=${DIGEST}" >> "$GITHUB_OUTPUT"
|
echo "digest=${DIGEST}" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
|
|
Loading…
Reference in a new issue