fix(ci): fix failing build

This commit is contained in:
Sawyer 2025-08-05 19:31:54 -05:00
parent 271897f18f
commit c4eba52ba8

View file

@ -29,7 +29,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
@ -50,7 +50,7 @@ jobs:
context: .
file: ./Dockerfile
platforms: linux/amd64
push: ${{ github.event_name }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha