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 a98ec98 commit 0b0b1eeCopy full SHA for 0b0b1ee
.github/workflows/docker_release_cd.yml
@@ -38,7 +38,7 @@ jobs:
38
cd ${ROOT_DIR}/sdk && yarn && make && yarn build && yarn link
39
cd ${ROOT_DIR}/thirdparty/data-manager && yarn && yarn link db3.js && yarn build && mv -f dist ${ROOT_DIR}/docker/pages
40
- name: docker login
41
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
42
with:
43
registry: ghcr.io
44
username: ${{ github.actor }}
0 commit comments