We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d5409 commit ee9ebddCopy full SHA for ee9ebdd
.github/workflows/publish_api.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@v3
32
33
- name: Log in to the Container registry
34
- uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
+ uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
35
with:
36
registry: ${{ env.REGISTRY }}
37
username: ${{ github.actor }}
.github/workflows/publish_frontend.yml
0 commit comments