Skip to content

Commit

Permalink
fix[ci]: Correct use of envars in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriana618 committed Jul 17, 2024
1 parent eb135df commit 64d56b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
docker build . --file docker-conf/Dockerfile-django-api --tag ${{ secrets.DOCKER_REGISTRY }}/algova-django-api:${GITHUB_SHA::7}
docker push ${{ secrets.DOCKER_REGISTRY }}/algova-django-api:${GITHUB_SHA::7}
echo "${{ secrets.DOCKER_REGISTRY }}/algova-django-api:${GITHUB_SHA::7}" >> $GITHUB_ENV
echo "IMAGE_REF=${{ secrets.DOCKER_REGISTRY }}/algova-django-api:${GITHUB_SHA::7}" >> $GITHUB_ENV
- name: Vulnerability scan
uses: aquasecurity/[email protected]
Expand Down

0 comments on commit 64d56b0

Please sign in to comment.