Skip to content

Commit fe5b268

Browse files
committed
tag nightly and master
1 parent ef2d802 commit fe5b268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "docker_platforms=${{ matrix.platform }}" | tee -a $GITHUB_OUTPUT
5151
echo "docker_username=bitcoin" | tee -a $GITHUB_OUTPUT
5252
echo "push=${PUSH}" | tee -a $GITHUB_OUTPUT
53-
echo "tags=${REPO}:nightly${{ matrix.variant.type }}" | tee -a $GITHUB_OUTPUT
53+
echo "tags=${REPO}:nightly${{ matrix.variant.type }},${REPO}:master${{ matrix.variant.type }}" | tee -a $GITHUB_OUTPUT
5454
5555
- name: Login into Docker Hub
5656
uses: docker/login-action@v3

0 commit comments

Comments
 (0)