Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-sciabarra committed Mar 16, 2024
1 parent 77c30a1 commit ce4be6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ env.MY_GITHUB_USER }}
password: ${{ env.MY_GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down
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/nuvolaris-runtimes-ng:{{.TAG}}
- docker push ghcr.io/nuvolaris/nuvolaris-runtimes-ng:{{.TAG}}
- docker tag busybox:latest ghcr.io/nuvolaris/nuvolaris-runtimes-ng:{{.TAG}}
- docker push ghcr.io/nuvolaris/busybox:{{.TAG}}

0 comments on commit ce4be6a

Please sign in to comment.