Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
update docker-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrakkurt committed Jan 24, 2023
1 parent e1de066 commit a4b1358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
name: Publish
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -25,7 +25,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: subsquid/eth-archive
images: subsquid/eth-archive-${{ matrix.component }}

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit a4b1358

Please sign in to comment.