We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22d40d commit 3fff172Copy full SHA for 3fff172
1 file changed
.github/workflows/publish-docker-image.yml
@@ -4,9 +4,7 @@ on:
4
push:
5
tags:
6
- "[0-9]+.[0-9]+.[0-9]+"
7
- branches:
8
- # TODO: Remove once we confirm the workflow runs
9
- - "*"
+ - "test-*"
10
11
env:
12
REGISTRY: ghcr.io
@@ -51,7 +49,6 @@ jobs:
51
49
uses: docker/build-push-action@v5
52
50
with:
53
context: .
54
- file: musl.Dockerfile
55
platforms: linux/amd64,linux/arm64
56
push: true
57
tags: ${{ steps.meta.outputs.tags }}
0 commit comments