Skip to content

Commit

Permalink
add cron docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerrum committed Feb 26, 2024
1 parent 54a8ce6 commit e06fbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: {context}/cron.Dockerfile
file: cron.Dockerfile
platforms: linux/arm64,linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit e06fbeb

Please sign in to comment.