Skip to content

Commit 7591348

Browse files
author
Kasper Peeters
committed
Attempt to fix dockerhub overwriting architectures, see docker/build-push-action#1039.
1 parent 116b760 commit 7591348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
#${{ github.ref == 'master' }}
6262
labels: ${{ steps.meta.outputs.labels }}
6363
tags: kpeeters/cadabra2-jupyter:latest
64-
outputs: type=docker
64+
# outputs: type=docker
6565

6666
# - name: Upload artifact to github assets
6767
# uses: actions/upload-artifact@main

0 commit comments

Comments
 (0)