Skip to content

chore(ci): remove chore-ghcr branch match from publish workflow #2

chore(ci): remove chore-ghcr branch match from publish workflow

chore(ci): remove chore-ghcr branch match from publish workflow #2

Workflow file for this run

on:
push:
name: Build
jobs:
docker-build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker image
run: |
docker build -t ghcr.io/spaceapi-community/spaceapi-sensor-logger:latest .