Skip to content

Commit

Permalink
chore(ci): commands -> command
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 30, 2024
1 parent 349ab6b commit 8beec6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
with:
attempt_limit: 3
attempt_delay: 15000
commands: |
command: |
echo "${{ secrets.GITHUB_TOKEN }}" | sudo podman login ghcr.io -u ${{ github.actor }} --password-stdin
for tag in ${{ steps.generate-tags.outputs.alias_tags }}; do
sudo skopeo copy ${{ steps.rechunk.outputs.ref }} docker://${{ steps.registry_case.outputs.lowercase }}/${{ env.IMAGE_NAME }}:$tag
Expand Down

0 comments on commit 8beec6f

Please sign in to comment.