This commit is contained in:
Joe Howarth 2023-01-19 08:19:22 -07:00
parent 46f32ba4ae
commit e15029f6e0
1 changed files with 2 additions and 5 deletions

View File

@ -11,7 +11,7 @@ name: Create and publish a Docker image
on:
push:
branches: ['main']
branches: ["main"]
pull_request:
env:
REGISTRY: ghcr.io
@ -20,9 +20,6 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout trustless-generic-relayer
uses: actions/checkout@v3
@ -72,4 +69,4 @@ jobs:
context: trustless-generic-relayer/relayer_engine
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}