From ed9d4489391d7c3d2a4ee7337188f46b6a3b6bce Mon Sep 17 00:00:00 2001 From: Alexandre Careil Date: Fri, 30 Aug 2024 14:53:18 +0200 Subject: [PATCH] fix release cairohttp ghcr (#32) --- .github/workflows/release_cairohtto.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_cairohtto.yml b/.github/workflows/release_cairohtto.yml index 45f9745..f357b07 100644 --- a/.github/workflows/release_cairohtto.yml +++ b/.github/workflows/release_cairohtto.yml @@ -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 ] @@ -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