Skip to content

Commit f3a7650

Browse files
authored
Update docker-publish.yml
1 parent b24cc86 commit f3a7650

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Docker Build and Push
2+
23
on:
34
push:
4-
tags:
5-
- '*'
5+
branches: [ "main" ]
66

77
jobs:
88
build:
@@ -29,4 +29,4 @@ jobs:
2929
--platform linux/amd64,linux/arm64 \
3030
--build-arg VERSION=${{ env.VERSION }} \
3131
--tag ghcr.io/${{ github.repository }}:${{ env.VERSION }} \
32-
--push .
32+
--push .

0 commit comments

Comments
 (0)