Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 in /images/minesweeper #39

Bump urllib3 from 1.26.18 to 1.26.19 in /images/minesweeper

Bump urllib3 from 1.26.18 to 1.26.19 in /images/minesweeper #39

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-v3
with:
imagename: minesweeper
secrets:
quay_user: ${{ secrets.QUAY_USER }}
quay_password: ${{ secrets.QUAY_PASSWORD }}