Skip to content

Commit

Permalink
fix ci: add user/app to docker tags deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 15, 2024
1 parent b8d827a commit c9ec0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
with:
context: .
push: true
tags: latest
tags: sceptreorg/sceptre:latest
labels: ${{ steps.meta.outputs.labels }}
docker-build-push-tag:
needs:
Expand All @@ -155,7 +155,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: sceptreorg/sceptre:${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
pypi-publish:
needs:
Expand Down

0 comments on commit c9ec0b5

Please sign in to comment.