diff --git a/.github/workflows/Image.yml b/.github/workflows/Image.yml new file mode 100644 index 000000000..0821e7e41 --- /dev/null +++ b/.github/workflows/Image.yml @@ -0,0 +1,51 @@ +name: Image + +on: + push: + workflow_dispatch: + schedule: + - cron: '0 0 * * 5' + +jobs: + + BuildAndPush: + runs-on: ubuntu-latest + permissions: + packages: write + env: + IMAGE: ghcr.io/f4pga/prjxray/ci + + steps: + + - name: Build image prjxray/ci + run: | + docker build -t $IMAGE - <