Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevb committed Nov 6, 2023
1 parent 650d478 commit eb76288
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ray-logs-sidecar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
paths:
- .github/workflows/ray-logs-sidecar.yml
- ray-logs-sidecar/**
push:
branches:
- master
workflow_dispatch:

jobs:
build-and-push-image:
Expand All @@ -34,10 +27,10 @@ jobs:
with:
images: ghcr.io/${{ github.repository_owner }}/ray-logs-sidecar
tags: |
type=raw,value=latest,enable=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
type=raw,value=latest,enable=true
type=sha,format=long
- uses: docker/build-push-action@v5
with:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
push: true
tags: ${{ steps.image-names.outputs.tags }}

0 comments on commit eb76288

Please sign in to comment.