Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattocci27 committed Nov 16, 2024
1 parent 6c382dc commit ebdb33b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,4 @@ jobs:

- name: Build and push Docker images
run: |
docker buildx bake --no-cache -f bakefiles/bakefile.json --push radian
docker buildx bake --no-cache -f bakefiles/bakefile.json --push radian-verse
docker buildx bake --no-cache -f bakefiles/bakefile.json --push radian-verse-zsh
docker buildx bake --no-cache -f bakefiles/bakefile.json --push cmdstan-verse
docker buildx bake --no-cache -f bakefiles/bakefile.json --push cmdstan-verse-zsh
docker buildx bake -f bakefiles/bakefile.json --push radian
1 change: 0 additions & 1 deletion bakefiles/bakefile.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"dockerfile": "images/radian_4.4.2/Dockerfile",
"tags": ["mattocci/radian:4.4.2"],
"platforms": ["linux/amd64", "linux/arm64"],
"cache-from": ["docker.io/mattocci/radian:4.4.2"],
"cache-to": ["type=inline"],
"output": ["type=registry,push=true"]
},
Expand Down

0 comments on commit ebdb33b

Please sign in to comment.