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 6e0a2bd commit 39c2f90Copy full SHA for 39c2f90
.github/workflows/publish_server.yml
@@ -44,7 +44,7 @@ jobs:
44
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
45
46
- name: Build and push backend Docker image
47
- uses: docker/build-push-action@729f7f49266dec5e72fe7339273d3f7e65abacd7
+ uses: docker/build-push-action@6003d3266a923de06063d23a19bd1c719af997c0
48
with:
49
context: ./server/
50
file: ./server/Dockerfile
0 commit comments