1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-04-20 17:18:14 +02:00
action-kaniko/.github/workflows/release.yml
Workflow config file is invalid. Please check your config file: EOF
klfgit 161b9576a7
Build setup (#1)
add multi-image support
2021-12-08 15:39:19 -05:00

28 lines
714 B
YAML

# name: Release
# on:
# push:
# tags:
# - "v*"
# jobs:
# release-notes:
# name: Release Notes
# runs-on: ubuntu-latest
# steps:
# - name: Check out code
# uses: actions/checkout@v1
# - name: Release Notary Action
# uses: docker://aevea/release-notary@sha256:5eef3c539deb5397457a6acf001ef80df6004ec52bc4b8a0eac0577ad92759d0
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: GitHub Package Registry
# uses: ohioit/action-kaniko@master
# with:
# registry: ghcr.io
# password: ${{ secrets.GITHUB_TOKEN }}
# image: kaniko
# cache: true
# cache_registry: cache