mirror of
https://github.com/krateng/maloja.git
synced 2026-05-05 07:10:14 +00:00
Genericized containerfile
This commit is contained in:
parent
68fd6fe65f
commit
66d703b623
6 changed files with 5 additions and 2 deletions
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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue