We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cebb37 commit 5d4f44cCopy full SHA for 5d4f44c
.github/workflows/main.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Set up Docker Buildx
103
uses: docker/setup-buildx-action@v3
104
105
- - name: Login to Docker Hub
+ - name: Login to GHCR
106
uses: docker/login-action@v3
107
with:
108
registry: ghcr.io
version.py
@@ -1,2 +1,2 @@
1
# pylint: disable=missing-module-docstring
2
-__version__ = "0.2.1"
+__version__ = "0.2.2"
0 commit comments