Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 in /images/minesweeper #17

Bump certifi from 2022.12.7 to 2023.7.22 in /images/minesweeper

Bump certifi from 2022.12.7 to 2023.7.22 in /images/minesweeper #17

Workflow file for this run

---
name: build and push minesweeper
'on':
pull_request_target:
paths:
- images/minesweeper/**
jobs:
build-and-push:
name: build and push minesweeper
uses: toolforge/github-actions/.github/workflows/build-and-push.yaml@build-and-push-v2
with:
imagename: minesweeper
secrets:
quay_user: ${{ secrets.QUAY_USER }}
quay_password: ${{ secrets.QUAY_PASSWORD }}