just use the f'ing context?
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 58s
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 58s
This commit is contained in:
parent
a524ebd601
commit
3dcdd2e830
@ -23,9 +23,6 @@ jobs:
|
|||||||
echo "${{ secrets.DOCKER_KEY }}" > /certs/client/key.pem
|
echo "${{ secrets.DOCKER_KEY }}" > /certs/client/key.pem
|
||||||
echo "${{ secrets.DOCKER_CA }}" > /certs/client/ca.pem
|
echo "${{ secrets.DOCKER_CA }}" > /certs/client/ca.pem
|
||||||
|
|
||||||
- name: Setup Docker Builds
|
|
||||||
uses: docker/setup-buildx-action@v3
|
|
||||||
|
|
||||||
- name: Login to Gitea registry
|
- name: Login to Gitea registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
@ -36,7 +33,6 @@ jobs:
|
|||||||
- name: Build and push Postfix Container
|
- name: Build and push Postfix Container
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: "{{defaultContext}}:postfix"
|
context: postfix
|
||||||
file: Dockerfile
|
|
||||||
push: true
|
push: true
|
||||||
tags: git.domainforge.de/public/postfix:latest
|
tags: git.domainforge.de/public/postfix:latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user