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_CA }}" > /certs/client/ca.pem
|
||||
|
||||
- name: Setup Docker Builds
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Login to Gitea registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
@ -36,7 +33,6 @@ jobs:
|
||||
- name: Build and push Postfix Container
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: "{{defaultContext}}:postfix"
|
||||
file: Dockerfile
|
||||
context: postfix
|
||||
push: true
|
||||
tags: git.domainforge.de/public/postfix:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user