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 5435332 commit 630abf3Copy full SHA for 630abf3
.github/workflows/publish-deploy.yml
@@ -52,6 +52,8 @@ jobs:
52
env:
53
VERSION: ${{ needs.set-variables.outputs.VERSION }}
54
steps:
55
+ - name: Check out the repo
56
+ uses: actions/checkout@v4
57
- name: Log in to Docker Hub
58
uses: docker/login-action@v3
59
with:
0 commit comments