ci: fix typo
This commit is contained in:
parent
555665274d
commit
9f5c7d036c
|
@ -27,7 +27,7 @@ jobs:
|
|||
id: meta
|
||||
run: |
|
||||
VERSION=$(date +%Y%m%d)-$(git rev-parse --short HEAD)
|
||||
echo "TAG=registry.log101.dev/log101-dot-dev:${VERSION}" >> $GITHUB_OUTPUT
|
||||
echo "TAG=registry.acayip.dev/log101-dot-dev:${VERSION}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v6
|
||||
|
@ -36,8 +36,8 @@ jobs:
|
|||
push: ${{ gitea.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.TAG }}
|
||||
# Add build caching for faster builds
|
||||
cache-from: type=registry,ref=registry.log101.dev/log101-dot-dev:buildcache
|
||||
cache-to: type=registry,ref=registry.log101.dev/log101-dot-dev:buildcache,mode=max
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
# Add labels for better tracking
|
||||
labels: |
|
||||
org.opencontainers.image.source=${{ gitea.repository }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user