Skip to content

Commit

Permalink
refacto: Move Dockerfile to the cicd folder
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Nov 13, 2024
1 parent 0a80060 commit 9090f1b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha
context: .
file: cicd/Dockerfile
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ env.CONTAINER_PLATFORMS }}
provenance: true
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ dev:
build:
$(docker) build \
--build-arg VERSION=$(version_full) \
--file cicd/Dockerfile \
--tag $(container_name):$(version_small) \
--tag $(container_name):latest \
.
Expand Down
File renamed without changes.

0 comments on commit 9090f1b

Please sign in to comment.