Skip to content

Merge branch 'main' of https://github.com/leplusorg/docker-pgp-verify… #416

Merge branch 'main' of https://github.com/leplusorg/docker-pgp-verify…

Merge branch 'main' of https://github.com/leplusorg/docker-pgp-verify… #416

Workflow file for this run

---
name: Docker Hub
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
permissions: {}
jobs:
pull:
strategy:
matrix:
platform: ['linux/amd64', 'linux/arm64']
runs-on: ubuntu-latest
steps:
- name: Set IMAGE
run: echo "IMAGE=${GITHUB_REPOSITORY#*/docker-}" >> "${GITHUB_ENV}"
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Pull the latest ${{ matrix.platform }} image
run: docker pull --platform "${{ matrix.platform }}" "${GITHUB_REPOSITORY_OWNER}/${IMAGE}"