This commit is contained in:
@@ -24,15 +24,14 @@ jobs:
|
||||
password: ${{ secrets.REG_TOKEN }}
|
||||
|
||||
- name: "Checkout"
|
||||
uses: https://github.com/sudosubin/git-clone-action
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
with:
|
||||
repository: mpolden/echoip
|
||||
platform: "github"
|
||||
submodules: "true"
|
||||
|
||||
- name: Build and push
|
||||
uses: https://github.com/docker/build-push-action@v4
|
||||
with:
|
||||
context: /workspace/elia/buildechoip/
|
||||
context: ./echoip/
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
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