mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Compare commits
3 Commits
copilot/cr
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5be954731 | ||
|
|
c75696af2a | ||
|
|
c662980686 |
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -4,6 +4,11 @@ on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
9
.github/workflows/scheduled-build.yml
vendored
9
.github/workflows/scheduled-build.yml
vendored
@@ -5,6 +5,10 @@ on:
|
||||
- cron: '0 2 * * 0' # Every Sunday at 02:00 UTC
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -100,6 +104,11 @@ jobs:
|
||||
build-args: BASE_IMAGE=${{ matrix.base_image }}
|
||||
no-cache: true
|
||||
|
||||
- name: Check gh auth status
|
||||
run: gh auth status
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Create GitHub Release
|
||||
run: |
|
||||
gh release create "${{ steps.release.outputs.next_tag }}" \
|
||||
|
||||
Reference in New Issue
Block a user