Skip to content

Commit

Permalink
fix release cairohttp ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
hhalex committed Aug 30, 2024
1 parent 5fad6cc commit b6f621d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/release_cairohtto.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Build and publish a Docker image to ghcr.io
on:
push:
branches:
- "fix/cairo_ghcr"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/release_cairohttp.yaml"

# publish on releases, e.g. v2.1.13 (image tagged as "2.1.13" - "v" prefix is removed)
release:
Expand All @@ -10,13 +18,15 @@ jobs:
name: "Docker Publish"
runs-on: "ubuntu-22.04"
permissions: write-all
defaults:
run:
working-directory: ./cairo-proving-server

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
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b6f621d

Please sign in to comment.