Skip to content

Commit

Permalink
Merge pull request #8 from FigureTechnologies/more_gha_fixes
Browse files Browse the repository at this point in the history
Fix org name caps and bump cosign version to v2
  • Loading branch information
rchaing-figure authored May 2, 2023
2 parents 60d909c + 396dc05 commit 1caabcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: figuretechnologies/gas-price-service


jobs:
Expand All @@ -41,7 +41,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@1e95c1de343b5b0c23352d6417ee3e48d5bcd422
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.0.2'


# Workaround: https://github.com/docker/build-push-action/issues/461
Expand Down

0 comments on commit 1caabcf

Please sign in to comment.