Skip to content

Commit

Permalink
fix: name of the dependencies base Docker image
Browse files Browse the repository at this point in the history
Related to #83
  • Loading branch information
JoosepAlviste committed Feb 7, 2024
1 parent 5f74ac7 commit ac812a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docker-base-images/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"cwd": "packages/docker-base-images",
"commands": [
"docker buildx build --push --cache-to type=gha,mode=max,scope=base --cache-from type=gha,scope=base -t ghcr.io/joosepalviste/serieslist-base:latest -f Dockerfile.base .",
"docker buildx build --push --cache-to type=gha,mode=max,scope=dependencies --cache-from type=gha,scope=dependencies -t ghcr.io/joosepalviste/serieslist-base:latest -f Dockerfile.dependencies ."
"docker buildx build --push --cache-to type=gha,mode=max,scope=dependencies --cache-from type=gha,scope=dependencies -t ghcr.io/joosepalviste/serieslist-dependencies:latest -f Dockerfile.dependencies ."
],
"parallel": true
}
Expand Down

0 comments on commit ac812a0

Please sign in to comment.