mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-17 19:36:33 +02:00
Specify Dockerfile to build
This commit is contained in:
1
.github/workflows/publish-image.yaml
vendored
1
.github/workflows/publish-image.yaml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
- name: Build & Push Image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: Dockerfile.prod
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.extract-metadata.outputs.tags }}
|
||||
labels: ${{ steps.extract-metadata.outputs.labels }}
|
||||
|
Reference in New Issue
Block a user