Skip to content

Merge pull request #1 from Clue355/dev #9

Merge pull request #1 from Clue355/dev

Merge pull request #1 from Clue355/dev #9

Workflow file for this run

name: Build and Push Docker Image

Check failure on line 1 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

`pull-request` is not a valid event name
on:
pull-request:
branches: [main]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/[email protected]
- 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/[email protected]
with:
context: .
file: ./Dockerfile.dev
push: true
tags: ghcr.io/clue355/github_dev:dev