Update CI

This commit is contained in:
rxdn 2023-07-02 17:53:12 +01:00
parent aab578d813
commit c36c404756

View File

@ -2,7 +2,7 @@ name: Build and Publish
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}/api:${{ github.sha }} IMAGE_NAME: ${{ github.repository }}/api
on: on:
push: push:
@ -37,5 +37,5 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER }}/api:${{ env.GITHUB_SHA }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}