Skip to content

Commit a087d91

Browse files
committed
Initial checkin
1 parent 96802b2 commit a087d91

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/dev-release-cli.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,10 @@ jobs:
1818
steps:
1919
- uses: earthly/actions-setup@v1
2020
with:
21-
version: v0.8.0
22-
- name: Set up QEMU
23-
id: qemu
24-
uses: docker/setup-qemu-action@v3
25-
with:
26-
image: tonistiigi/binfmt:latest
27-
platforms: all
28-
- name: Set up Docker Buildx
29-
uses: docker/setup-buildx-action@v3
21+
version: v0.8.0
22+
- uses: actions/checkout@v4
23+
- name: Docker Login
24+
run: docker login --username "$DOCKERHUB_USERNAME" --password "$DOCKERHUB_TOKEN"
3025
- uses: actions/checkout@v4
3126
- uses: graalvm/setup-graalvm@v1
3227
with:

0 commit comments

Comments
 (0)