Skip to content

ci: added back to env #36

ci: added back to env

ci: added back to env #36

Workflow file for this run

name: Development
on:
workflow_dispatch:
push:
branches-ignore:
- main
jobs:
dev:
runs-on: ubuntu-latest-m
env:
DOCKERHUB_REPO: ${{ env.DOCKERHUB_REPO }}

Check failure on line 13 in .github/workflows/dev.yml

View workflow run for this annotation

GitHub Actions / Development

Invalid workflow file

The workflow is not valid. .github/workflows/dev.yml (Line: 13, Col: 23): Unrecognized named-value: 'env'. Located at position 1 within expression: env.DOCKERHUB_REPO .github/workflows/dev.yml (Line: 14, Col: 22): Unrecognized named-value: 'env'. Located at position 1 within expression: env.DOCKERHUB_IMG
DOCKERHUB_IMG: ${{ env.DOCKERHUB_IMG }}
HUGGINGFACE_ACCESS_TOKEN: ${{ secrets.HUGGINGFACE_ACCESS_TOKEN }}
RELEASE_VERSION: ${{ github.ref_name }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Clear space to remove unused folders
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
rm -rf "/usr/local/share/boost"
rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push the images
uses: docker/bake-action@v2
with:
push: true
targets: sd3