Skip to content

chore(deps): update docker/build-push-action action to v6.12.0 (#411) #640

chore(deps): update docker/build-push-action action to v6.12.0 (#411)

chore(deps): update docker/build-push-action action to v6.12.0 (#411) #640

Workflow file for this run

name: Build openssl image
on:
push:
paths:
- "openssl/**"
- ".github/workflows/openssl.yml"
- ".github/build-image-action/action.yml"
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build image
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Check out the source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build image
uses: ./.github/build-image-action
with:
name: openssl
docker-login: ${{ secrets.DOCKER_LOGIN }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}