Skip to content

fix missing dockerfile path #5

fix missing dockerfile path

fix missing dockerfile path #5

name: Publish Docker e2e.linux image
on: pull_request
jobs:
push_to_registry:
name: Push Docker image to package registry
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:

Check failure on line 20 in .github/workflows/e2e-linux-docker-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e-linux-docker-publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
file: {context}/docker/e2e.linux.Dockerfile
push: true
tags: ghcr.io/${{ github.repository }}-e2e-linux:latest