Skip to content

Commit

Permalink
job names
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Jun 9, 2023
1 parent f6ca6f6 commit 6849e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Expand Up @@ -18,7 +18,7 @@ on:
env:
REGISTRY: ghcr.io
jobs:
conductor-build-and-publish-latest:
conductor:
runs-on: ubuntu-latest
steps:
# Checking out the repo
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

relayer-build-and-publish-latest:
sequencer-relayer:
runs-on: ubuntu-latest
steps:
# Checking out the repo
Expand Down

0 comments on commit 6849e72

Please sign in to comment.