mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Genericized containerfile
This commit is contained in:
1
.github/workflows/dockerhub.yml
vendored
1
.github/workflows/dockerhub.yml
vendored
@@ -35,6 +35,7 @@ jobs:
|
||||
uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b
|
||||
with:
|
||||
context: .
|
||||
file: {context}/Containerfile
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user