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
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Login to Forgejo Container Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: git.devdoes.work
|
||||
username: devaine
|
||||
|
|
@ -21,9 +24,6 @@ jobs:
|
|||
#- run: |
|
||||
# cd server-scripts/desec-ip-sync/
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue