mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
....
This commit is contained in:
3
.github/workflows/docker-build-publish.yml
vendored
3
.github/workflows/docker-build-publish.yml
vendored
@@ -106,7 +106,6 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Authenticate to Docker Hub
|
||||
if: github.event_name == 'push'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
@@ -251,7 +250,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
push: true
|
||||
tags: |
|
||||
booklore/booklore:${{ env.image_tag }}
|
||||
ghcr.io/booklore-app/booklore:${{ env.image_tag }}
|
||||
|
||||
Reference in New Issue
Block a user