Skip to content

Commit

Permalink
ci: fix docker push (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 authored Sep 20, 2023
1 parent aab87e0 commit b4819a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
- name: "Build and Publish Container to Github Container Registry"
if: ${{ steps.release.outputs.version != '' }}
run: |
docker build -t ghcr.io/db0/pictrs-safety:${{ steps.release.outputs.version }} .
docker push ghcr.io/db0/pictrs-safety:${{ steps.release.outputs.version }}
docker build -t ghcr.io/db0/pictrs-safety:main .
docker push ghcr.io/db0/pictrs-safety:main

0 comments on commit b4819a1

Please sign in to comment.