mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-23 01:16:27 +02: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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [20.13.1-alpine]
|
version: [ 20.14.0-alpine ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout tag v${{ inputs.version }}
|
- name: Checkout tag v${{ inputs.version }}
|
||||||
if: ${{ inputs.version != '' }}
|
if: ${{ inputs.version != '' }}
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: |
|
run: |
|
||||||
yarn --cwd ./frontend install
|
yarn --cwd ./frontend install --immutable
|
||||||
yarn build:frontend
|
yarn build:frontend
|
||||||
- name: Build tag and push image to Docker hub
|
- name: Build tag and push image to Docker hub
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user