We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a59e5 commit 9b4cbbbCopy full SHA for 9b4cbbb
.github/workflows/deploy-to-dev.yml
@@ -16,6 +16,10 @@ jobs:
16
- id: vars
17
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
18
19
+ - name: Echo Docker Repository
20
+ run: |
21
+ echo "Docker Repository: $DOCKER_REPO"
22
+
23
- uses: aws-actions/configure-aws-credentials@v1-node16
24
with:
25
aws-access-key-id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
0 commit comments