Aggiornamento per forgejo.
All checks were successful
Build Image / BuildImage (push) Successful in 2m41s
All checks were successful
Build Image / BuildImage (push) Successful in 2m41s
This commit is contained in:
parent
7c92a1d8c3
commit
0443df5017
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: https://github.com/docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: https://github.com/docker/setup-buildx-action@v2
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."git.sys42.eu"]
|
||||
|
@ -29,14 +29,14 @@ jobs:
|
|||
insecure = false
|
||||
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v2
|
||||
uses: https://github.com/docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ secrets.SYS42_REGISTRY_ORG }}
|
||||
username: ${{ secrets.SYS42_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.SYS42_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: https://github.com/docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
Loading…
Add table
Add a link
Reference in a new issue