Updated image-deploy.yaml
Some checks failed
Test and Build Docker Image / Test-Build (push) Failing after 4s
Test and Build Docker Image / Build-Image (push) Failing after 3s

This commit is contained in:
Dagger 2023-10-21 19:33:09 -05:00
parent 1ef4f70c41
commit fb3da2fcf6

View File

@ -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