mirror of
https://github.com/rehlds/testdemos.git
synced 2025-03-04 17:45:32 +03:00
test
This commit is contained in:
parent
23220d6998
commit
438ca1c9e1
3
.github/workflows/Build.yml
vendored
3
.github/workflows/Build.yml
vendored
@ -12,7 +12,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
playtest:
|
playtest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: rehldsorg/testdemos:latest
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -40,7 +39,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: ls -la
|
- run: ls -la && echo $imageName
|
||||||
- name: Build container
|
- name: Build container
|
||||||
run: docker build -t $imageName ./Dockerfile
|
run: docker build -t $imageName ./Dockerfile
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user