We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef2d802 + fe5b268 commit b411f27Copy full SHA for b411f27
.github/workflows/master.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "docker_platforms=${{ matrix.platform }}" | tee -a $GITHUB_OUTPUT
51
echo "docker_username=bitcoin" | tee -a $GITHUB_OUTPUT
52
echo "push=${PUSH}" | tee -a $GITHUB_OUTPUT
53
- echo "tags=${REPO}:nightly${{ matrix.variant.type }}" | tee -a $GITHUB_OUTPUT
+ echo "tags=${REPO}:nightly${{ matrix.variant.type }},${REPO}:master${{ matrix.variant.type }}" | tee -a $GITHUB_OUTPUT
54
55
- name: Login into Docker Hub
56
uses: docker/login-action@v3
0 commit comments