Skip to content

Commit

Permalink
fix step syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnchin committed Oct 5, 2023
1 parent 5fbd58e commit b313967
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
name: Build Docker image and publish to ECR

on:
workflow_dispatch:
inputs:
image_tag:
description: 'ECR image tag type'
required: false
type: choice
options:
- 'latest'
- 'release'
default: 'latest'
push:
branches:
- multiplatform-images
- main

jobs:
build-and-push-image:
Expand All @@ -17,7 +28,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit b313967

Please sign in to comment.