diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-10-12 19:39:10 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-10-12 19:39:10 +0200 |
| commit | 53a0acd16ad020ed6a5b21460a5d6bd65f83ff13 (patch) | |
| tree | c7f8c9fdfbce2e03b54b3ac2b7de0eb5fd39eee0 | |
| parent | 435e5b2bf124725e95471b203bc61b6846644c06 (diff) | |
fix DOCKER_VERSION
| -rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 3a14063..c26acc6 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -8,7 +8,7 @@ env: # Replace HI with the ID of the instance in capital letters ARTIFACT: webHelpIN2-all.zip # Docker image version - DOCKER_VERSION: 242.21870 + DOCKER_VERSION: "242.21870" jobs: build: |
