mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Remove old push command
This commit is contained in:
parent
5ddbc343fe
commit
6ebb1895a7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -82,8 +82,6 @@ jobs:
|
|||||||
run: docker images lukechilds/bitcoind
|
run: docker images lukechilds/bitcoind
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
run: echo "${{secrets.DOCKER_TOKEN}}" | docker login -u=lukechilds --password-stdin
|
run: echo "${{secrets.DOCKER_TOKEN}}" | docker login -u=lukechilds --password-stdin
|
||||||
- name: Push to Docker Hub
|
|
||||||
run: docker push lukechilds/bitcoind
|
|
||||||
- name: Create and push multi-arch manifests
|
- name: Create and push multi-arch manifests
|
||||||
env:
|
env:
|
||||||
DOCKER_CLI_EXPERIMENTAL: enabled # To enable manifests
|
DOCKER_CLI_EXPERIMENTAL: enabled # To enable manifests
|
||||||
|
Loading…
Reference in New Issue
Block a user