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 e291e61 commit 9bfe404
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,11 @@ 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
build-args:
COMMAND_VERSION
# FIXME this should reflect the tag/branch/whatever we are building
build-args: |
COMMAND_VERSION=latest
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit 9bfe404

Please sign in to comment.