This commit is contained in:
@@ -9,15 +9,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: "Build EchoIP"
|
name: "Build EchoIP"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: /repo
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
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
|
- name: Set up QEMU
|
||||||
uses: https://github.com/docker/setup-qemu-action@v2
|
uses: https://github.com/docker/setup-qemu-action@v2
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
@@ -28,6 +22,11 @@ jobs:
|
|||||||
registry: git.ponz.io
|
registry: git.ponz.io
|
||||||
username: ${{ gitea.repository_owner }}
|
username: ${{ gitea.repository_owner }}
|
||||||
password: ${{ secrets.REG_TOKEN }}
|
password: ${{ secrets.REG_TOKEN }}
|
||||||
|
|
||||||
|
- name: "Checkout"
|
||||||
|
uses: https://github.com/actions/checkout@v3
|
||||||
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user