Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juniperlsimonis committed Feb 3, 2024
1 parent b1aefb8 commit aaaa0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
tags: ${{ steps.docker_metadata.outputs.tags }}
cache-from: type=registry,ref=jamiecaldwell/uh-crw:latest
cache-to: type=inline
push: true # ${{ github.event_name == 'release' }}
push: ${{ github.event_name == 'release' }}
build-args: |
"event_sha=${{ github.sha }}"
- name: Deploy the image to the webserver on a tagged release
if: true # ${{ github.event_name == 'release' }}
if: ${{ github.event_name == 'release' }}
run: ./infra/deploy.sh
shell: bash
env:
Expand Down

0 comments on commit aaaa0e5

Please sign in to comment.