Skip to content

Commit 71139cf

Browse files
committed
Check for latest release on v7 branch
1 parent 320e272 commit 71139cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
ref: main
17+
ref: 'v7'
1818
fetch-depth: 100
1919

2020
- name: Determine latest version
@@ -105,7 +105,7 @@ jobs:
105105
steps:
106106
- uses: actions/checkout@v4
107107
with:
108-
ref: 'main'
108+
ref: 'v7'
109109
fetch-depth: 100
110110

111111
- name: Determine latest version

0 commit comments

Comments
 (0)