Skip to content

Commit

Permalink
fix commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Aug 22, 2024
1 parent 224e84e commit 1bba80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ jobs:
env:
MATRIX_TOKEN: ${{ secrets.MATRIX_TOKEN }}
MATRIX_URL_FRESH: ${{ secrets.MATRIX_URL_FRESH }}
CI_COMMIT_MESSAGE: ${{ github.event.push.head_commit.message }}
CI_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
run: |
apk --no-cache add skopeo parallel curl
skopeo login --username ${{ secrets.DOCKER_HUB_LOGIN }} --password ${{ secrets.DOCKER_HUB_PASSWORD }} docker.io
skopeo login --username etkecc --password ${{ secrets.DOCKER_HUB_PASSWORD }} docker.io
cp -r /playbook/.config/inventory /
cd /playbook; ansible-playbook play/all.yml -l localhost -t skopeo -e target=localhost
sh play/.skopeo-parallel
Expand Down

0 comments on commit 1bba80e

Please sign in to comment.