Skip to content

Commit

Permalink
Update build-publish-attest-container.yml
Browse files Browse the repository at this point in the history
hardcode the image name to avoid mixed case issues
  • Loading branch information
alexlovelltroy authored Jan 22, 2024
1 parent d2ccf89 commit 840c212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-attest-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: openchami/hurl-test

steps:
- name: Checkout
Expand Down

0 comments on commit 840c212

Please sign in to comment.