Skip to content

Commit

Permalink
Merge pull request #1685 from sphinx-labs/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
RPate97 authored Apr 16, 2024
2 parents 9475dc6 + 320bdf7 commit 44a594f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@ jobs:
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: samgoldman/ci-builder:latest
images: samgoldman/ci-builder
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 44a594f

Please sign in to comment.