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.
1 parent 77c96d0 commit 43037e5Copy full SHA for 43037e5
.github/workflows/ci.yaml
@@ -42,4 +42,6 @@ jobs:
42
with:
43
file: ${{ matrix.dockerfile }}
44
push: true
45
- tags: ${{ matrix.tag }}
+ tags: |
46
+ ${{ matrix.dockerhub_tag }}
47
+ ghcr.io/${{ matrix.dockerhub_tag }}
0 commit comments