Skip to content

Commit

Permalink
Explicitly set tag & use registry as output type (shortcut)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Jan 31, 2025
1 parent 354fac1 commit c7453e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
docker buildx bake
--allow=fs.read=/home/runner/work/mampf/mampf
-f ./docker-compose.yml -f ./docker-compose.cicd.yml
--set mampf.output=type=image,name=ghcr.io/mampf-hd/mampftest:buildcache,push=true
--set mampf.output=type=registry
--set mampf.tag=ghcr.io/mampf-hd/mampftest:buildcache
--set mampf.cache-from=type=registry,ref=ghcr.io/mampf-hd/mampftest:buildcache
--set mampf.cache-to=type=registry,ref=ghcr.io/mampf-hd/mampftest:buildcache,mode=max
Expand Down

0 comments on commit c7453e3

Please sign in to comment.