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 }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build image
|
- name: Set up Docker Buildx
|
||||||
run: |
|
uses: docker/setup-buildx-action@v3
|
||||||
docker build \
|
|
||||||
-f stripe_to_invoice/deployment/Dockerfile \
|
|
||||||
-t docker.io/kimjunte/stripe_to_invoice:$GITHUB_REF_SLUG \
|
|
||||||
.
|
|
||||||
|
|
||||||
- name: Push image
|
- name: Build & push image
|
||||||
run: |
|
uses: docker/build-push-action@v6
|
||||||
docker push docker.io/kimjunte/stripe_to_invoice:$GITHUB_REF_SLUG
|
with:
|
||||||
|
context: .
|
||||||
|
file: stripe_to_invoice/deployment/Dockerfile
|
||||||
|
push: true
|
||||||
|
tags: docker.io/kimjunte/stripe_to_invoice:${{ env.GITHUB_REF_SLUG }}
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# APPLY DB SECRETS
|
# APPLY DB SECRETS
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue