Update
Some checks failed
Build EchoIP / Build EchoIP (push) Failing after 37s

This commit is contained in:
2023-06-15 13:30:46 +02:00
parent d77389de7a
commit fbec15c1cb

View File

@@ -25,12 +25,13 @@ jobs:
- name: "Checkout" - name: "Checkout"
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
repository: https://github.com/mpolden/echoip with:
repository: https://github.com/mpolden/echoip
- 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: . context: /workspace/elia/buildechoip/
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: | tags: |