This commit is contained in:
parent
2a8bae420c
commit
976d7aff62
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ jobs:
|
||||||
registry: code.bcarlin.net
|
registry: code.bcarlin.net
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ github.token }}
|
password: ${{ github.token }}
|
||||||
|
-
|
||||||
|
name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
Loading…
Reference in a new issue