Skip to content

Commit

Permalink
enable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodearnest committed Dec 11, 2023
1 parent ddeb428 commit 39e93f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://ghcr.io -u ${{ github.actor }} --password-stdin
- name: Push image to GitHub Container Registry
run: |
# just test publish for now
just publish v1 false
just publish v2 false
just publish v1 true
just publish v2 true

0 comments on commit 39e93f9

Please sign in to comment.