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 10a0f84 commit 171a621Copy full SHA for 171a621
.github/workflows/build-backend.yml
@@ -21,7 +21,7 @@ jobs:
21
SHOULD_PUSH: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/master' && secrets.DOCKER_REGISTRY_USERNAME != '' }}
22
steps:
23
- name: Checkout
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
25
- name: Docker meta
26
id: meta
27
uses: docker/metadata-action@v5
.github/workflows/build-frontend.yml
@@ -22,7 +22,7 @@ jobs:
DEPLOYMENT_WEBHOOK_URL: ${{ secrets.DEPLOYMENT_WEBHOOK_URL }}
28
0 commit comments