Skip to content

ci: build multi arch docker images using buildx #26

ci: build multi arch docker images using buildx

ci: build multi arch docker images using buildx #26

Workflow file for this run

name: Docker CI
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Authenticate to the Docker Hub
if: ${{ github.event_name != 'pull_request' }}
uses: docker/login-action@v3
with:
username: steelscheme
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
platforms:
- linux/amd64

Check failure on line 34 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / Docker CI

Invalid workflow file

The workflow is not valid. .github/workflows/docker.yml (Line: 34, Col: 13): A sequence was not expected
- linux/arm64
tags: steelscheme/steel:latest