Skip to content

Commit

Permalink
fix: dont use env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Apr 17, 2024
1 parent b60f4fa commit 6965db4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
permissions:
contents: read
packages: write
env:
registry_url: 494494944992.dkr.ecr.us-east-2.amazonaws.com/skip-mev/${{ matrix.image.name }}
repo_name: skip-mev/grpc-ui
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand All @@ -35,7 +32,7 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/skip-mev/${{ matrix.image.name }}
ghcr.io/skip-mev/grpc-ui
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit 6965db4

Please sign in to comment.