Skip to content

Commit

Permalink
LST-2021: fixing mixing build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaska committed Jan 25, 2024
1 parent 1228c31 commit 35a3e0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
--build-arg RELEASE_VERSION="$(date -u +'%Y.%m.%d')-${OS}" \
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
--build-arg BUILD_DISTRIB="${OS}" \
--build-arg BUILD_DIST_VERSION="7" \
--progress auto \
--tag "${TAGS}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/onpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ name: Pull Request
on:
push:
branches:
- feature/*
- upgrade/*
- addon/*
- xxfeature/*
- xxupgrade/*
- xxaddon/*
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35a3e0b

Please sign in to comment.