Skip to content

Commit

Permalink
Cronjob image (once a day, fixed for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome committed Aug 27, 2023
1 parent ef84475 commit d32aa47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ jobs:
# Tag with git tag on release
type=ref,event=tag
type=raw,value=release,enable=${{ github.event_name == 'release' }}
-
name: Print commit SHA
run: |
echo "Sys: $GITHUB_SHA"
echo "Env: ${{ env.GITHUB_SHA }}"
-
name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit d32aa47

Please sign in to comment.