fix yml v2
All checks were successful
Automated Container Build / build-and-push (push) Successful in 26s

This commit is contained in:
Elijah 2026-05-20 18:40:33 -07:00
parent 240bb17b75
commit 9577fd1cf3

View file

@ -8,16 +8,13 @@ on:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Log into Local Registry - name: Log into Local Registry
run: | run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login git.elijahkuntz.com -u "${{ gitea.actor }}" --password-stdin echo "${{ secrets.FORGEJO_PAT }}" | docker login git.elijahkuntz.com -u "${{ gitea.actor }}" --password-stdin
- name: Build and Push Image - name: Build and Push Image
run: | run: |