Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Mar 17, 2023
1 parent dc108c6 commit b7ca91a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ jobs:
context: ./
push: true
tags: ghcr.io/${{ github.repository }}:latest
target: prod
4 changes: 1 addition & 3 deletions .github/workflows/docker-image-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ jobs:
with:
context: ./
# do not push for the moment, to avoid load
# push: true
push: true
tags: ghcr.io/${{ github.repository }}:${{ github.head_ref }}-${{ github.sha }}
target: prod

1 change: 0 additions & 1 deletion .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ jobs:
context: ./
push: true
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}
target: prod

0 comments on commit b7ca91a

Please sign in to comment.