Skip to content

Commit

Permalink
temporary fix. lock to yp images 0.3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Feb 7, 2022
1 parent 7e1058e commit 044b8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: 'main-node-${{ matrix.node }}'
runs-on: ubuntu-latest
container:
image: 'ysoftwareab/yp-ubuntu-20.04-minimal:0.3.29'
image: 'ysoftwareab/yp-ubuntu-20.04-minimal:0.3.28'
options: '--user yp:yp'
env:
GITHUB_JOB_NAME: 'main-node-${{ matrix.node }}'
Expand All @@ -41,7 +41,7 @@ jobs:
YP_PRINTENV_BOOTSTRAP: '${{ secrets.YP_PRINTENV_BOOTSTRAP }}'
V: '${{ secrets.V }}'
steps:
- uses: ysoftwareab/yplatform@v0.3.29
- uses: ysoftwareab/yplatform@v0.3.28
with:
run: |
bin/github-fix
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ YP_DIR="$(cd "${GIT_ROOT}/yplatform" && pwd)"
SRC_FILE=.github/workflows.src/main.yml

export ENVSUBST_YP_VSN=$(cat ${YP_DIR}/package.json | jq -r ".version")
export ENVSUBST_YP_VSN=0.3.28

echo "# WARNING: DO NOT EDIT. AUTO-GENERATED CODE (${SRC_FILE})"
cat ${GIT_ROOT}/${SRC_FILE} | \
Expand Down

0 comments on commit 044b8a1

Please sign in to comment.