mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Create GH releases on tag push, update deprecated workflow components
- main.yml: Trigger on tag pushes (noble-*, jammy-*) instead of manual release published events - main.yml: Add step to create GitHub release after image build+push - main.yml: Add contents:write + packages:write permissions - main.yml: Update docker/build-push-action from v5 to v6 - scheduled-build.yml: Update docker/build-push-action from v5 to v6 - stale.yml: Remove deprecated repo-token parameter Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/scheduled-build.yml
vendored
2
.github/workflows/scheduled-build.yml
vendored
@@ -81,7 +81,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: image
|
||||
platforms: ${{ steps.prep.outputs.platforms }}
|
||||
|
||||
Reference in New Issue
Block a user