Skip to content

Commit

Permalink
fix: build main tag for real
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Aug 19, 2024
1 parent 2ab1b5a commit d2de61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: themetadao/indexer:main
images: themetadao/indexer

- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: .
file: packages/indexer/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: themetadao/indexer:main
labels: ${{ steps.meta.outputs.labels }}

redeploy_app:
Expand Down

0 comments on commit d2de61e

Please sign in to comment.