Skip to content

Update README.md to say step 6 instead of step 5 twice #19

Update README.md to say step 6 instead of step 5 twice

Update README.md to say step 6 instead of step 5 twice #19

Workflow file for this run

name: Build Docker Image
on:
pull_request:
branches:
- main
jobs:
push_to_registry:
name: Build Docker Image
runs-on: ubuntu-20.04
steps:
-
name: Check out the repo
uses: actions/checkout@v2
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Build
uses: docker/build-push-action@v2
with:
context: .
platforms: |-
linux/amd64
linux/arm64
file: ./Dockerfile
pull: true
cache-from: type=gha
cache-to: type=gha