Updated image-deploy.yaml
This commit is contained in:
parent
1ef4f70c41
commit
fb3da2fcf6
@ -4,9 +4,8 @@ on: [push]
|
||||
jobs:
|
||||
Test-Build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
container:
|
||||
image: python:3.9
|
||||
steps:
|
||||
- run: python --version
|
||||
- run: pip --version
|
||||
@ -20,6 +19,8 @@ jobs:
|
||||
|
||||
Build-Image:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user