Skip to content

Commit 8de7cfb

Browse files
committed
Merge branch 'main' of github.com:Tochemey/docker-go
2 parents ac5e52f + c8c2dac commit 8de7cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKERHUB_TOKEN}}
2828
- uses: earthly/actions/setup-earthly@v1
2929
with:
30-
version: v0.7.22
30+
version: v0.8.4
3131
- name: Earthly version
3232
run: earthly --version
3333
- name: Run build

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
password: ${{ secrets.DOCKERHUB_TOKEN}}
2727
- uses: earthly/actions/setup-earthly@v1
2828
with:
29-
version: v0.7.22
29+
version: v0.8.4
3030
- name: Earthly version
3131
run: earthly --version
3232
- name: Run build

0 commit comments

Comments
 (0)