Skip to content

Commit

Permalink
fix release cairohttp ghcr (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhalex authored Aug 30, 2024
1 parent 5fad6cc commit ed9d448
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release_cairohtto.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Build and publish a Docker image to ghcr.io
on:

# publish on releases, e.g. v2.1.13 (image tagged as "2.1.13" - "v" prefix is removed)
release:
types: [ published ]
Expand All @@ -13,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
working-directory: ./cairo-proving-server
- name: Build and publish a Docker image for cairohttp
working-directory: ./cairo-proving-server
uses: macbre/push-to-ghcr@master
with:
image_name: cairohttp # it will be lowercased internally
image_name: hyle-org/cairohttp # it will be lowercased internally
github_token: ${{ secrets.GITHUB_TOKEN }}
context: ./cairo-proving-server
dockerfile: ./cairo-proving-server/Dockerfile

0 comments on commit ed9d448

Please sign in to comment.