Skip to content

build(deps): bump cryptography from 41.0.2 to 41.0.3 #56

build(deps): bump cryptography from 41.0.2 to 41.0.3

build(deps): bump cryptography from 41.0.2 to 41.0.3 #56

name: Build Test Image
on:
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
build:
name: Build Test Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2.9.1
- id: docker_build
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
with:
context: .
load: true
push: false
tags: kineticcafe/ansible:test
- run: ./run --version
env:
IMAGE: kineticcafe/ansible:test