mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Updated docker_publish to 20.14.0 (#7321)
This commit is contained in:
parent
57ddfc9255
commit
f4fe37be82
4
.github/workflows/docker_publish.yaml
vendored
4
.github/workflows/docker_publish.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: [20.13.1-alpine]
|
||||
version: [ 20.14.0-alpine ]
|
||||
steps:
|
||||
- name: Checkout tag v${{ inputs.version }}
|
||||
if: ${{ inputs.version != '' }}
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build frontend
|
||||
run: |
|
||||
yarn --cwd ./frontend install
|
||||
yarn --cwd ./frontend install --immutable
|
||||
yarn build:frontend
|
||||
- name: Build tag and push image to Docker hub
|
||||
uses: docker/build-push-action@v5
|
||||
|
Loading…
Reference in New Issue
Block a user