Skip to content

Commit

Permalink
touched up GH action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 6, 2024
1 parent 0216974 commit ca4c7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Get Docker image tag from git tag
run: |
echo "DOCKER_IMAGE_TAG=$(git describe --tags --abbrev=0" >> $GITHUB_ENV
echo "DOCKER_IMAGE_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
- name: Build and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit ca4c7a4

Please sign in to comment.