Skip to content

Commit

Permalink
Use base-latest in colmpc.Dockerfile | Add quotes to docker in gh a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
Kotochleb committed Oct 4, 2024
1 parent afe24ec commit fce7095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
paths:
- docker/**
- "docker/**"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

Expand Down
2 changes: 1 addition & 1 deletion docker/colmpc.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG COLMPC_COMMIT_HASH=main
ARG BASE_IMAGE=ghcr.io/agimus-project/colmpc:latest
ARG BASE_IMAGE=ghcr.io/agimus-project/colmpc:base-latest
ARG MAKE_JOBS=4

FROM $BASE_IMAGE
Expand Down

0 comments on commit fce7095

Please sign in to comment.