context
Some checks failed
Some checks failed
This commit is contained in:
parent
b84ef781a0
commit
8f4f3be76b
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: context
|
context: ./containers/ansible/
|
||||||
|
file: ./containers/ansible/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
provenance: false
|
provenance: false
|
||||||
tags: ${{ vars.REGISTRY }}/${{ env.USER }}/${{ env.CONTAINER_NAME }}-${{ matrix.arch }}:latest
|
tags: ${{ vars.REGISTRY }}/${{ env.USER }}/${{ env.CONTAINER_NAME }}-${{ matrix.arch }}:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue