mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 14:33:30 +02:00
build: Build and publish image once
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -24,9 +24,5 @@ jobs:
|
||||
run: |
|
||||
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||
sudo service docker restart
|
||||
- name: build docker image
|
||||
run: make docker-build
|
||||
- name: publish docker image
|
||||
run: make docker-push
|
||||
- name: publish multi-arch docker image
|
||||
run: make docker-pushx
|
||||
|
Reference in New Issue
Block a user