This commit is contained in:
@@ -24,15 +24,14 @@ jobs:
|
|||||||
password: ${{ secrets.REG_TOKEN }}
|
password: ${{ secrets.REG_TOKEN }}
|
||||||
|
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: https://github.com/sudosubin/git-clone-action
|
uses: https://github.com/actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: mpolden/echoip
|
submodules: "true"
|
||||||
platform: "github"
|
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: https://github.com/docker/build-push-action@v4
|
uses: https://github.com/docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: /workspace/elia/buildechoip/
|
context: ./echoip/
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "echoip"]
|
||||||
|
path = echoip
|
||||||
|
url = https://github.com/mpolden/echoip.git
|
||||||
1
echoip
Submodule
1
echoip
Submodule
Submodule echoip added at d84665c26c
Reference in New Issue
Block a user