Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
fix: upload docker
Browse files Browse the repository at this point in the history
  • Loading branch information
korosuke613 committed Mar 21, 2021
1 parent e1933e7 commit 236a7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
git checkout -b "$branch" || true
- run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.5.7/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
- name: +docker
run: earthly --secret GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} --ci --use-inline-cache --push +docker
run: earthly --secret GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} --use-inline-cache --push +docker
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 236a7c6

Please sign in to comment.