Skip to content

Commit

Permalink
Merge pull request #115 from thirdweb-dev/10-25-fix_docker_image_tag_…
Browse files Browse the repository at this point in the history
…extraction

Update Docker image tagging in release workflow
  • Loading branch information
iuwqyir authored Oct 25, 2024
2 parents 18234d0 + 22a3079 commit f5ae429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
images: ${{ vars.DOCKER_IMAGE }}
tags: |
type=raw,value=latest,enable={{github.event_name == 'workflow_dispatch'}}
type=raw,value=latest
type=semver,pattern={{version}}
- name: Build and push Docker image
Expand Down

0 comments on commit f5ae429

Please sign in to comment.