Skip to content

Tag new images version #29

Tag new images version

Tag new images version #29

Workflow file for this run

name: Tag new images version # triggers update-mirror-digests workflow
on:
schedule:
# Quarterly schedule, roughly aligned with JDK CPU
- cron: '0 0 30 1,4,7,10 *'
workflow_dispatch:
jobs:
tag-images:
name: Tag new images version
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
- name: Login to ghcr.io
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # 4.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Tag images
run: ./build --tag