action
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Adrien Beaudouin 2024-08-02 21:53:34 +02:00
parent 3402cb9cb7
commit 71e9be0943

View File

@ -22,6 +22,7 @@ jobs:
with: with:
registry: ${{ vars.CONTAINER_REGISTRY }} registry: ${{ vars.CONTAINER_REGISTRY }}
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }} username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: ${{ inputs.password }}
- uses: docker/build-push-action@v6 - uses: docker/build-push-action@v6
with: with:
context: . context: .