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 cb12c57 commit e291e61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v4
env:
# FIXME this should reflect the tag/branch/whatever we are building
COMMAND_VERSION: "latest"
with:
context: cronjob
# FIXME this should reflect the tag/branch/whatever we are building
build-args:
COMMAND_VERSION=latest
COMMAND_VERSION
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit e291e61

Please sign in to comment.