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