Skip to content

Bump urllib3 from 1.26.16 to 1.26.17 in /images/minesweeper #25

Bump urllib3 from 1.26.16 to 1.26.17 in /images/minesweeper

Bump urllib3 from 1.26.16 to 1.26.17 in /images/minesweeper #25

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 }}