Fix Scroll workflow

pull/11008/head
Viktor Baranov 1 month ago
parent c837858f03
commit b48ad1f8f4
  1. 2
      .github/workflows/pre-release-scroll.yml
  2. 2
      .github/workflows/publish-docker-image-for-scroll.yml
  3. 2
      .github/workflows/release-scroll.yml

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: ${{ vars.RELEASE_VERSION }}
RELEASE_VERSION: 6.9.0
steps:
- uses: actions/checkout@v4
- name: Setup repo

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: ${{ vars.RELEASE_VERSION }}
RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: scroll
steps:
- uses: actions/checkout@v4

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: ${{ vars.RELEASE_VERSION }}
RELEASE_VERSION: 6.9.0
steps:
- uses: actions/checkout@v4
- name: Setup repo

Loading…
Cancel
Save