mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Fixes for publish release
This commit is contained in:
4
.github/workflows/publish-image.yaml
vendored
4
.github/workflows/publish-image.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Publish Container Images
|
||||
name: Publish Debian and Alpine Container Images
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- image: invoiceninja/invoiceninja
|
||||
context: ./alpine/5/
|
||||
- image: invoiceninja/invoiceninja-debian
|
||||
context: .
|
||||
context: ./debian
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user