Skip to content

build(deps): bump cryptography from 41.0.1 to 41.0.2 #48

build(deps): bump cryptography from 41.0.1 to 41.0.2

build(deps): bump cryptography from 41.0.1 to 41.0.2 #48

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@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.9.0
- 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