Skip to content

Commit

Permalink
ci: fix artifact repo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Oct 17, 2023
1 parent 8f13711 commit 16caa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact-repo-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
curl -L https://github.com/oras-project/oras/releases/download/v1.1.0/oras_1.1.0_linux_amd64.tar.gz -o oras.tar.gz
tar -xzf oras.tar.gz oras
sudo mv oras /usr/local/bin
rm oras_1.1.0_linux_amd64.tar.gz
rm oras.tar.gz
- name: Docker Login
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 16caa8a

Please sign in to comment.