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 43bb26f commit ef84475
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
# Tag with git tag on release
type=ref,event=tag
type=raw,value=release,enable=${{ github.event_name == 'release' }}
# Used for daemon image
type=sha,format=long
-
name: Build and push
uses: docker/build-push-action@v4
Expand Down Expand Up @@ -119,7 +121,7 @@ jobs:
context: cronjob
# FIXME this should reflect the tag/branch/whatever we are building
build-args: |
COMMAND_VERSION=latest
COMMAND_VERSION=${{ env.GITHUB_SHA }}
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit ef84475

Please sign in to comment.