mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-04 06:03:12 +00:00
fix docker build flow
This commit is contained in:
parent
21d61c6f0f
commit
8070dad226
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@ -31,12 +31,16 @@ jobs:
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.DOCKER_REPO }}
|
||||
flavor: |
|
||||
latest=true
|
||||
tags: |
|
||||
type=sha
|
||||
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ${{ env.DOCKER_FILE }}
|
||||
tags: |
|
||||
latest=true
|
||||
type=sha
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
Loading…
x
Reference in New Issue
Block a user