Skip to content

Commit

Permalink
Merge pull request sphinx-labs#1683 from sphinx-labs/pate/fix-contain…
Browse files Browse the repository at this point in the history
…er-cron-syntax

fix(ci): Fix container cron syntax
  • Loading branch information
RPate97 authored Apr 16, 2024
2 parents 8126b93 + f78d768 commit df67e38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: samgoldman/ci-builder:latest
tags: |
type=raw,value=latest
type=schedule,pattern={{date 'YYYYMMDD'}}
- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: ./ops/ci-builder/
file: ./ops/ci-builder/Dockerfile
push: true
tags: samgoldman/ci-builder:latest, samgoldman/ci-builder:${{github.event.after}}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64

0 comments on commit df67e38

Please sign in to comment.