This commit is contained in:
@@ -7,7 +7,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- checkout: {}
|
- name: checkout
|
||||||
|
run: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t my-image:latest .
|
run: docker build -t my-image:latest .
|
||||||
Reference in New Issue
Block a user