Skip to content

chore(deps): update docker.io/hashicorp/packer docker tag to v1.11.2 #480

chore(deps): update docker.io/hashicorp/packer docker tag to v1.11.2

chore(deps): update docker.io/hashicorp/packer docker tag to v1.11.2 #480

Workflow file for this run

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