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

This commit is contained in:
2023-06-15 13:25:24 +02:00
parent 5f873fa6d8
commit d77389de7a

View File

@@ -9,15 +9,9 @@ jobs:
build:
name: "Build EchoIP"
runs-on: ubuntu-latest
defaults:
run:
working-directory: /repo
steps:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: "Checkout"
uses: https://github.com/actions/checkout@v3
repository: https://github.com/mpolden/echoip
- name: Set up QEMU
uses: https://github.com/docker/setup-qemu-action@v2
- name: Set up Docker Buildx
@@ -28,6 +22,11 @@ jobs:
registry: git.ponz.io
username: ${{ gitea.repository_owner }}
password: ${{ secrets.REG_TOKEN }}
- name: "Checkout"
uses: https://github.com/actions/checkout@v3
repository: https://github.com/mpolden/echoip
- name: Build and push
uses: https://github.com/docker/build-push-action@v4
with: