Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
305cc11417
commit
939227b71e
1 changed files with 4 additions and 3 deletions
7
.github/workflows/.github-ci.yaml
vendored
7
.github/workflows/.github-ci.yaml
vendored
|
|
@ -22,20 +22,21 @@ jobs:
|
|||
echo "repository=${repository}"
|
||||
-
|
||||
name: Docker meta
|
||||
uses: https://garm-provider-test.t09.de/giteaAdmin/metadata-action@v5
|
||||
uses: docker/metadata-action@v5
|
||||
id: docker
|
||||
with:
|
||||
images: ${{ steps.repository.outputs.registry }}/${{ steps.repository.outputs.repository }}
|
||||
-
|
||||
name: Login to registry
|
||||
uses: https://garm-provider-test.t09.de/giteaAdmin/login-action@v3
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ steps.repository.outputs.registry }}
|
||||
username: "${{ secrets.PACKAGES_USER }}"
|
||||
password: "${{ secrets.PACKAGES_TOKEN }}"
|
||||
-
|
||||
name: Build and push
|
||||
uses: https://garm-provider-test.t09.de/giteaAdmin/build-push-action@v6
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.docker.outputs.tags }}
|
||||
|
|
|
|||
Reference in a new issue