образ для сборки
This commit is contained in:
parent
b7d5c8030c
commit
84fa1923df
|
|
@ -5,6 +5,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build_and_push:
|
build_and_push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: docker:23.0.6-dind
|
||||||
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