docker stuff
Some checks reported warnings
Build dockerfile / Build-dockerfile (push) Has been cancelled
Some checks reported warnings
Build dockerfile / Build-dockerfile (push) Has been cancelled
This commit is contained in:
parent
167e399365
commit
c27523a5d9
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
name: Build dockerfile
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: ubuntu-22.04
|
||||
Build-dockerfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
|
Loading…
Reference in a new issue