Skip to content

Commit

Permalink
Merge pull request #6 from planetscale/maxeng-exporter-latest-tag
Browse files Browse the repository at this point in the history
.github/workflows: produce 'latest' tag
  • Loading branch information
maxenglander authored Nov 14, 2024
2 parents f3726ac + 0bf3e80 commit 5a9f980
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: type=sha
tags: |
type=raw,value=latest
type=sha
# setup qemu and buildx for cross-builds (arm64)
- name: Set up QEMU (for arm64 builds)
Expand Down

0 comments on commit 5a9f980

Please sign in to comment.