Skip to content
Snippets Groups Projects
Verified Commit 4456f78f authored by Loris Moulin's avatar Loris Moulin
Browse files

chore: fix missing gcr repository in image url

parent 684d0772
No related merge requests found
name: File server build & image publish
run-name: Deploy ${{github.ref}}
run-name: Deploy file server ${{ github.sha }}
on:
push:
......@@ -41,7 +41,7 @@ jobs:
- name: Build, tag, and push image to GCP Artifact registry
id: build-image
env:
IMAGE: "${{ env.GCR_REGISTRY }}/${{ env.GCR_PROJECT_ID }}/zombienet-file-server"
IMAGE: "${{ env.GCR_REGISTRY }}/${{ env.PROJECT_ID }}/${{ env.GCR_REPOSITORY }}/zombienet-file-server"
run: |
docker build -t $IMAGE:${{ github.sha }} -f ./crates/file-server/Dockerfile .
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment