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 7327265 commit cbe9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
context: cronjob
# FIXME this should reflect the tag/branch/whatever we are building
build-args: |
COMMAND_VERSION=$GITHUB_SHA
COMMAND_VERSION=${{ github.sha }}
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit cbe9f2e

Please sign in to comment.