Skip to content

Commit

Permalink
fix: pull missing container
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmarksilly committed Mar 30, 2023
1 parent 65218ed commit 4087376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pull Latest
run: docker pull ghcr.io/${{ github.repository }}:${{ steps.tag.outputs.result }}
- name: Tag Latest
run: docker tag ghcr.io/${{ github.repository }}:${{ steps.tag.outputs.result }} ghcr.io/${{ github.repository }}:latest
- name: Tag Version
Expand Down

0 comments on commit 4087376

Please sign in to comment.