Skip to content

chore(deps): bump hashicorp/packer from 1.10.2 to 1.10.3 #423

chore(deps): bump hashicorp/packer from 1.10.2 to 1.10.3

chore(deps): bump hashicorp/packer from 1.10.2 to 1.10.3 #423

Workflow file for this run

name: Docker Build
on:
push:
branches-ignore:
- master
jobs:
build-ocp-feature:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch external dependencies
run: make fetch DEPLOYMENT_TYPE=ocp OPENSHIFT_RELEASE=$(make latest_version DEPLOYMENT_TYPE=ocp)
- name: Build the Docker image
run: make build DEPLOYMENT_TYPE=ocp OPENSHIFT_RELEASE=$(make latest_version DEPLOYMENT_TYPE=ocp)
- name: Test Docker image
run: make test DEPLOYMENT_TYPE=ocp OPENSHIFT_RELEASE=$(make latest_version DEPLOYMENT_TYPE=ocp)