Skip to content

Tag new images version #25

Tag new images version

Tag new images version #25

Workflow file for this run

name: Tag new images version
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@c94ce9fb468520275223c153574b00df6fe4bcc9 # 3.7.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Tag images
run: ./build --tag