automated update: 2026-06-10 21:30:50

This commit is contained in:
root
2026-06-10 21:30:50 -04:00
parent 0dac947519
commit 74351512a7
2 changed files with 12 additions and 16 deletions
+3 -6
View File
@@ -7,21 +7,19 @@ on:
jobs:
build:
runs-on: ubuntu-latest
# --- ADD THIS BLOCK ---
permissions:
contents: read
packages: write
# ----------------------
steps:
- name: Free up disk space
run: |
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
echo "Disk space freed."
- name: Checkout repository
uses: actions/checkout@v4
@@ -30,13 +28,12 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_PAT }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
push: true
# Make sure this matches your exact repo name (lowercase)
tags: ghcr.io/sudolulo/if-curator-headless:latest