Skip to content

Commit e7845fa

Browse files
feat(ci): upgrade to action-driven container build
1 parent bf5a50b commit e7845fa

File tree

6 files changed

+22
-96
lines changed

6 files changed

+22
-96
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: 'Container: Publish Image'
2+
3+
on:
4+
push:
5+
tags: [ 'v*' ]
6+
7+
permissions:
8+
contents: write
9+
packages: write
10+
11+
jobs:
12+
container-publish:
13+
14+
runs-on: ubuntu-latest
15+
steps:
16+
17+
- uses: EmergencePlatform/php-runtime@github-actions/build-site-container/v1
18+
env:
19+
HOLO_SOURCE_MENUNET_NETWORK: https://${{ secrets.BOT_GITHUB_TOKEN }}@github.com/JarvusInnovations/menunet-network.git
20+
HOLO_SOURCE_MENUNET_MENU: https://${{ secrets.BOT_GITHUB_TOKEN }}@github.com/JarvusInnovations/menunet-menu.git
21+
with:
22+
github-token: ${{ secrets.GITHUB_TOKEN }}

Dockerfile

Lines changed: 0 additions & 74 deletions
This file was deleted.

habitat/composite/default.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

habitat/composite/plan.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

habitat/default.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

habitat/plan.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)