Skip to content

Commit

Permalink
Update Docker release workflow and image tagging (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuwqyir authored Oct 17, 2024
2 parents b8040d1 + 6285aaf commit 9b68bd9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
types: [published]
workflow_dispatch:

env:
DOCKER_IMAGE: thirdweb/indexer

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -28,7 +25,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKER_IMAGE }}
images: ${{ vars.DOCKER_IMAGE }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 9b68bd9

Please sign in to comment.