Skip to content

Commit

Permalink
Merge pull request #15 from denhamparry/fix/rename-container-image
Browse files Browse the repository at this point in the history
fix: rename secbench to am-i-isolated
  • Loading branch information
kaniini authored Oct 30, 2024
2 parents f8f0049 + 0622f7e commit cf3d265
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
with:
file: ./Dockerfile
platforms: linux/amd64,linux/aarch64
tags: "ghcr.io/edera-dev/secbench:nightly"
tags: "ghcr.io/edera-dev/am-i-isolated:nightly"
push: true
- name: cosign sign
run: cosign sign --yes "${TAGS}@${DIGEST}"
env:
DIGEST: "${{ steps.push.outputs.digest }}"
TAGS: "ghcr.io/edera-dev/secbench:nightly"
TAGS: "ghcr.io/edera-dev/am-i-isolated:nightly"
COSIGN_EXPERIMENTAL: "true"
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
with:
file: ./Dockerfile
platforms: linux/amd64,linux/aarch64
tags: "ghcr.io/edera-dev/secbench:${{ github.event.release.tag_name }},ghcr.io/edera-dev/secbench:latest"
tags: "ghcr.io/edera-dev/am-i-isolated:${{ github.event.release.tag_name }},ghcr.io/edera-dev/am-i-isolated:latest"
push: true
- name: cosign sign tag
run: cosign sign --yes "${TAGS}@${DIGEST}"
env:
DIGEST: "${{ steps.push.outputs.digest }}"
TAGS: "ghcr.io/edera-dev/secbench:${{ github.event.release.tag_name }}"
TAGS: "ghcr.io/edera-dev/am-i-isolated:${{ github.event.release.tag_name }}"
COSIGN_EXPERIMENTAL: "true"
- name: cosign sign latest
run: cosign sign --yes "${TAGS}@${DIGEST}"
env:
DIGEST: "${{ steps.push.outputs.digest }}"
TAGS: "ghcr.io/edera-dev/secbench:latest"
TAGS: "ghcr.io/edera-dev/am-i-isolated:latest"
COSIGN_EXPERIMENTAL: "true"

0 comments on commit cf3d265

Please sign in to comment.