Skip to content

Commit

Permalink
Updated docker_publish to 20.14.0 (#7321)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jun 7, 2024
1 parent 57ddfc9 commit f4fe37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4fe37b

Please sign in to comment.