Skip to content

Commit

Permalink
Merge branch 'main' into 7-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Mar 4, 2024
2 parents 449132e + 97f9153 commit 6f4731f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags: [ '*.*.*', '*.*.*-*' ]

env:
LATEST: '6.4.0'
LATEST: '6.5.2'
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: parse/.
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8
platforms: linux/amd64, linux/arm64/v8
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 6f4731f

Please sign in to comment.