Remove container build from action
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 20s
All checks were successful
Bump deps (only minor versions) / ci (push) Successful in 20s
This commit is contained in:
parent
2a866596ea
commit
69ceff6793
1 changed files with 0 additions and 18 deletions
|
@ -37,21 +37,3 @@ jobs:
|
|||
url: https://git.pweapon.org
|
||||
release-dir: releases
|
||||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
build-container:
|
||||
runs-on: docker
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue