specify job container image

This commit is contained in:
sillyguodong 2023-05-26 17:24:08 +08:00
parent 1138cc9063
commit f97537a991
No known key found for this signature in database
GPG Key ID: 4A0646FA86256DF4
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
build-and-deploy:
name: build and deploy
runs-on: ubuntu-latest
container:
image: alpine:latest
steps:
- name: Checkout
uses: actions/checkout@v3