Lint and format
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 24s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 24s
This commit is contained in:
parent
428c187618
commit
28b169dbb7
1 changed files with 14 additions and 15 deletions
|
@ -38,21 +38,20 @@ jobs:
|
||||||
release-dir: releases
|
release-dir: releases
|
||||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
build-container:
|
build-container:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
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
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: odo/dl.emersa.it:latest
|
tags: odo/dl.emersa.it:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue