push garantee
This commit is contained in:
parent
ec77dea850
commit
7d01b18494
1 changed files with 9 additions and 9 deletions
18
.github/workflows/stripe-to-invoice.yml
vendored
18
.github/workflows/stripe-to-invoice.yml
vendored
|
|
@ -29,16 +29,16 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build \
|
||||
-f stripe_to_invoice/deployment/Dockerfile \
|
||||
-t docker.io/kimjunte/stripe_to_invoice:$GITHUB_REF_SLUG \
|
||||
.
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Push image
|
||||
run: |
|
||||
docker push docker.io/kimjunte/stripe_to_invoice:$GITHUB_REF_SLUG
|
||||
- name: Build & push image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: stripe_to_invoice/deployment/Dockerfile
|
||||
push: true
|
||||
tags: docker.io/kimjunte/stripe_to_invoice:${{ env.GITHUB_REF_SLUG }}
|
||||
|
||||
# --------------------------------------------------
|
||||
# APPLY DB SECRETS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue