Skip to content

Commit

Permalink
WIP: run build on push to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Apr 27, 2022
1 parent 29f472a commit 2bec93f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish Docker image
on:
push:
branches: [arm64]
release:
types: [published]
jobs:
Expand All @@ -14,8 +16,9 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
adven27/grpc-wiremock
jstewmon/grpc-wiremock
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Set up QEMU
Expand Down

0 comments on commit 2bec93f

Please sign in to comment.