Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed May 8, 2024
1 parent 9d16bcf commit 5613dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: pull image from ghcr.io
run: docker pull ${{ needs.build.outputs.image}}
- name: pull image from ghcr.io
run: docker pull ${{ needs.build.outputs.image}}

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5613dcd

Please sign in to comment.