mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore: Use 20.18.1 instead of 20.14 as our node base image (#9004)
We already have 20.18.1 set as the default in our Dockerfile, but we override it with an arg from the workflow, so this brings the workflow up to date with what we use as our default.
This commit is contained in:
parent
c7203a6b34
commit
1e1761e5e7
2
.github/workflows/docker_publish.yaml
vendored
2
.github/workflows/docker_publish.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [ 20.14.0-alpine ]
|
version: [ 20.18.1-alpine ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout tag v${{ inputs.version }}
|
- name: Checkout tag v${{ inputs.version }}
|
||||||
if: ${{ inputs.version != '' }}
|
if: ${{ inputs.version != '' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user