образ для сборки
This commit is contained in:
parent
6af13bea6b
commit
3fe5125491
|
|
@ -3,8 +3,10 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
|
uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue