Skip to content

Commit 918c066

Browse files
committed
fix setting build args
1 parent 82e9ac2 commit 918c066

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
push: true
5353
file: Dockerfile.omd-labs-${{ matrix.os }}
5454
build-args:
55-
OMD_VERSION=${{ github.ref }}
56-
INSTALL_COMMON_RETRIES=3
55+
OMD_VERSION: ${{ github.ref }}
56+
INSTALL_COMMON_RETRIES: 3
5757
tags: |
5858
consol/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}
5959
ghcr.io/consol/omd-labs-docker/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
push: true
5353
file: Dockerfile.omd-labs-${{ matrix.os }}
5454
build-args:
55-
OMD_VERSION=${{ github.ref }}
56-
INSTALL_COMMON_RETRIES=3
55+
OMD_VERSION: ${{ github.ref }}
56+
INSTALL_COMMON_RETRIES: 3
5757
tags: |
5858
consol/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}
5959
ghcr.io/consol/omd-labs-docker/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
push: true
5353
file: Dockerfile.omd-labs-${{ matrix.os }}
5454
build-args:
55-
OMD_VERSION=${{ github.ref }}
56-
INSTALL_COMMON_RETRIES=3
55+
OMD_VERSION: ${{ github.ref }}
56+
INSTALL_COMMON_RETRIES: 3
5757
tags: |
5858
consol/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}
5959
ghcr.io/consol/omd-labs-docker/omd-labs-${{ matrix.os }}:${{ env.DOCKERTAG }}-${{ matrix.target.platform }}

0 commit comments

Comments
 (0)