Skip to content

Commit dc39dde

Browse files
committed
updated docker builds
1 parent ba0e03b commit dc39dde

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ jobs:
4141
images: ghcr.io/${{ github.repository }}
4242
tags: |
4343
type=raw,value=${{ steps.version.outputs.version }}
44-
type=raw,value=latest,enable={{is_default_branch}}
44+
type=raw,value=latest
4545
4646
- name: Build and push Docker image
4747
uses: docker/build-push-action@v5
4848
with:
4949
context: .
50-
platforms: linux/amd64,linux/arm64
50+
platforms:
51+
- linux/amd64
52+
- linux/arm64
5153
push: true
5254
tags: ${{ steps.meta.outputs.tags }}
5355
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)