Skip to content

Commit

Permalink
Fix k6packager workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Dec 20, 2024
1 parent d3c7fc5 commit cf7a622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
cd packaging
docker-compose build packager
docker compose build packager
- name: Publish
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit cf7a622

Please sign in to comment.