Skip to content

Commit 3fff172

Browse files
committed
squashme: minor fix
1 parent e22d40d commit 3fff172

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ on:
44
push:
55
tags:
66
- "[0-9]+.[0-9]+.[0-9]+"
7-
branches:
8-
# TODO: Remove once we confirm the workflow runs
9-
- "*"
7+
- "test-*"
108

119
env:
1210
REGISTRY: ghcr.io
@@ -51,7 +49,6 @@ jobs:
5149
uses: docker/build-push-action@v5
5250
with:
5351
context: .
54-
file: musl.Dockerfile
5552
platforms: linux/amd64,linux/arm64
5653
push: true
5754
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)