Skip to content

Commit

Permalink
rebuild runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-sciabarra committed Mar 16, 2024
1 parent 26c56f0 commit 8673286
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
run: task build-and-push-test
run: task build-and-push
5 changes: 0 additions & 5 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,3 @@ tasks:
clean-images:
- docker images -qa | xargs docker rmi -f
- yes | docker buildx prune

build-and-push-test:
- docker pull busybox:latest
- docker tag busybox:latest ghcr.io/nuvolaris/busybox:{{.TAG}}
- docker push ghcr.io/nuvolaris/busybox:{{.TAG}}

0 comments on commit 8673286

Please sign in to comment.