Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Shapiro <josh.shapiro@ccdatalab.org>
  • Loading branch information
sjspielman and jashapiro authored Mar 7, 2024
1 parent 616dec4 commit 4434ad9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull-request:
branches:
- main

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -38,6 +41,6 @@ jobs:
- name: Build and push to Docker
uses: docker/build-push-action@v5
with:
push: true
push: ${{ github.event.action == 'push' }
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 4434ad9

Please sign in to comment.