1
0
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:
Christopher Kolstad 2024-06-07 18:40:22 +02:00 committed by GitHub
parent 57ddfc9255
commit f4fe37be82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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