Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-sciabarra committed Mar 16, 2024
1 parent 35f8518 commit 77c30a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ tasks:

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

0 comments on commit 77c30a1

Please sign in to comment.