Skip to content

chore(deps): group renovate storybook updates and fix validation errors #1561

chore(deps): group renovate storybook updates and fix validation errors

chore(deps): group renovate storybook updates and fix validation errors #1561

name: Docker Build Test
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**.md**'
branches: [main]
workflow_dispatch:
jobs:
check-docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Restore portal-client Docker build cache
uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
id: restore-client-cache
with:
path: /tmp/portal-client
key: ${{ runner.os }}-docker-portal-client-
restore-keys: ${{ runner.os }}-docker-portal-client-
- uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
id: buildx
with:
install: true
- name: Add DoD Certificate Bundle
env:
CERT_BUNDLE_SHA256: ${{ secrets.DOD_CA_CERT_BUNDLE_SHA256 }}
run: |
echo "$CERT_BUNDLE_SHA256" > scripts/dod_ca_cert_bundle.sha256
- name: Build
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
with:
context: .
push: false
tags: portal-client:${{ github.sha }}
build-args: |
BUILD=${{ github.sha }}
cache-from: |
type=local,src=/tmp/portal-client,tag=e2e