This commit is contained in:
@@ -13,6 +13,10 @@ jobs:
|
||||
- name: "Checkout"
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
repository: https://github.com/mpolden/echoip
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: "Login to Private Container Registry"
|
||||
uses: https://github.com/docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user