Skip to content

fix(server): add missing keyword jobs to ci file #2

fix(server): add missing keyword jobs to ci file

fix(server): add missing keyword jobs to ci file #2

Workflow file for this run

name: Publish-Server
on:
push:
branches: ["feat/logging-house-server"]
jobs:
publish-ch-edc:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build Docker image
run: cd logging-house-server/app && docker build -t ghcr.io/truzzt/mds-ap3/app:0.1.0 .
- name: Push Docker image
run: docker push ghcr.io/truzzt/mds-ap3/app:0.1.0
publish-ch-edc:

Check failure on line 28 in .github/workflows/publish-server.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-server.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Build Docker image
run: cd logging-house-server/edc && docker build -t ghcr.io/truzzt/mds-ap3/edc:0.1.0 .
- name: Push Docker image
run: docker push ghcr.io/truzzt/mds-ap3/edc:0.1.0