Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ permissions:
packages: write

on:
pull_request:
workflow_dispatch:

push:
branches:
- main

schedule:
- cron: 43 2 * * 0

Expand All @@ -33,6 +32,7 @@ jobs:
with:
cache-from: type=gha
cache-to: type=gha,mode=max
pull: true
load: true
tags: build-chromium

Expand Down Expand Up @@ -65,3 +65,12 @@ jobs:
env:
DOCKER_BUILD_SUMMARY: false
DOCKER_BUILD_RECORD_UPLOAD: false

- name: Delete potentially remaining, untagged container images
if: github.event_name != 'pull_request'
uses: Chizkiyahu/delete-untagged-ghcr-action@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
package_name: alpine-chromium
owner_type: org
untagged_only: true