Skip to content

Commit 7af7d8f

Browse files
committed
set to beta 1
1 parent 90d319c commit 7af7d8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
schedule:
1010
- cron: '19 17 * * *'
1111
push:
12-
branches: [ main ]
12+
branches: [ beta ]
1313
# Publish semver tags as releases.
1414
tags: [ '*.*.*' ]
1515
pull_request:
16-
branches: [ main ]
16+
branches: [ beta ]
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6060
flavor: |
61-
latest=true
61+
latest=false
6262
6363
# Build and push Docker image with Buildx (don't push on PR)
6464
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)