Remove old push command

This commit is contained in:
Luke Childs 2023-01-21 17:05:46 +00:00
parent 5ddbc343fe
commit 6ebb1895a7

View File

@ -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