This commit is contained in:
parent
b94c91fe05
commit
1484ff6297
1 changed files with 4 additions and 4 deletions
|
|
@ -8,8 +8,11 @@ jobs:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
- name: Login to Forgejo Container Registry
|
- name: Login to Forgejo Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v4
|
||||||
with:
|
with:
|
||||||
registry: git.devdoes.work
|
registry: git.devdoes.work
|
||||||
username: devaine
|
username: devaine
|
||||||
|
|
@ -21,9 +24,6 @@ jobs:
|
||||||
#- run: |
|
#- run: |
|
||||||
# cd server-scripts/desec-ip-sync/
|
# cd server-scripts/desec-ip-sync/
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
|
||||||
uses: docker/setup-buildx-action@v4
|
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue