Skip to content

Add step name for Docker image build and push #6

Add step name for Docker image build and push

Add step name for Docker image build and push #6

Workflow file for this run

name: Docker Image CI

Check failure on line 1 in .github/workflows/docker-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-image.yml

Invalid workflow file

(Line: 19, Col: 7): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: docker/build-push-action@v6.18.0
with:
platforms: linux/arm64
- name: Build and push Docker images