Skip to content

Commit

Permalink
make sure the service is being used when building a Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Aug 31, 2024
1 parent a727e9d commit e3afab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
id: tag
run: |
echo "tag=$(git rev-parse "$GITHUB_SHA")" >> $GITHUB_OUTPUT
echo "🍿 service=${{ github.event.repository.name }}"
- name: Build image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
Expand Down

0 comments on commit e3afab6

Please sign in to comment.