Update
All checks were successful
Build EchoIP / Build EchoIP (push) Successful in 1m5s

This commit is contained in:
2023-06-15 13:52:10 +02:00
parent 454a593bb9
commit 3686386c0a
3 changed files with 7 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
[submodule "echoip"]
path = echoip
url = https://github.com/mpolden/echoip.git

1
echoip Submodule

Submodule echoip added at d84665c26c