Skip to content

restructured actions #2

restructured actions

restructured actions #2

Workflow file for this run

name: Docker Image for TfL Training on Anomaly Detection
on:
push:
branches:
- main
- adding-devcontainer
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/build-push-action@v4
- name: Build and push image to ghcr
run: |
docker login --username ${{github.actor}} --password ${{github.token}} ghcr.io
docker build . -t ghcr.io/aai-institute/tfl-training-practical-anomaly-detection:latest
docker push
ghcr.io/aai-institute/tfl-training-practical-anomaly-detection:latest
with:

Check failure on line 21 in .github/workflows/publish-ghcr.yaml

View workflow run for this annotation

GitHub Actions / Docker Image for TfL Training on Anomaly Detection

Invalid workflow file

The workflow is not valid. .github/workflows/publish-ghcr.yaml (Line: 21, Col: 9): Unexpected value 'with'
build-args:
PARTICIPANT_BUCKET_READ_SECRET=${{ secrets.PARTICIPANT_BUCKET_READ_SECRET }}