Update CI
This commit is contained in:
parent
aab578d813
commit
c36c404756
4
.github/workflows/build-and-publish.yml
vendored
4
.github/workflows/build-and-publish.yml
vendored
@ -2,7 +2,7 @@ name: Build and Publish
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}/api:${{ github.sha }}
|
||||
IMAGE_NAME: ${{ github.repository }}/api
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -37,5 +37,5 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: ghcr.io/${{ env.GITHUB_REPOSITORY_OWNER }}/api:${{ env.GITHUB_SHA }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user