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
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
|
||||
build-container:
|
||||
runs-on: docker
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: odo/dl.emersa.it:latest
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: odo/dl.emersa.it:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue