We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33f156 commit d09c4dbCopy full SHA for d09c4db
2 files changed
.github/workflows/build-backend-image.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Log in to GitHub Container Registry
26
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
27
with:
28
registry: ${{ env.REGISTRY }}
29
username: ${{ github.actor }}
.github/workflows/build-frontend-image.yml
@@ -52,7 +52,7 @@ jobs:
52
run: curl -f http://localhost:5095/graphql?sdl -o frontend/schema.graphql
53
54
55
56
57
58
0 commit comments