We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc3ab8 commit 7d01e3bCopy full SHA for 7d01e3b
.github/workflows/docker-build.yml
@@ -10,9 +10,13 @@ on:
10
env:
11
RELEASE_VERSION: ${{ github.event.release.tag_name }}
12
jobs:
13
- build:
+ run-on-release:
14
+ if: endsWith(github.event.release.tag_name, '-docker')
15
runs-on: ubuntu-latest
16
steps:
17
+ - name: Starting Release Build
18
+ run: echo "Starting Release Build for ${{ github.event.release.tag_name }}"
19
+
20
- name: Checkout code
21
uses: actions/checkout@v4.2.2
22
0 commit comments