Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhan authored Jul 19, 2024
1 parent 0418f07 commit 3c53f07
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Publish Docker image

on:
push:
branches:
- main
- release/*
schedule:
- cron: '0 0 * * 6'
workflow_dispatch:
# push:
# branches:
# - main
# - release/*

env:
MAVEN_BINARY_URL: https://dlcdn.apache.org/maven/maven-3/3.9.7/binaries/apache-maven-3.9.7-bin.tar.gz
MAVEN_BINARY_URL: https://dlcdn.apache.org/maven/maven-3/3.9.8/binaries/apache-maven-3.9.8-bin.tar.gz

jobs:

Expand Down

0 comments on commit 3c53f07

Please sign in to comment.