образ для сборки
This commit is contained in:
parent
8d71325149
commit
2a85049250
|
|
@ -8,8 +8,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: docker:23.0
|
image: docker:23.0
|
||||||
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
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue