Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Sep 20, 2024
1 parent 3194cfc commit 656445b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Build Docker Images, Push to Registry, and Deploy to Production

on:
push:
branches:
- main
release:
types: [published]
push
# push:
# branches:
# - main
# release:
# types: [published]

jobs:
build-push:
Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
run: echo "tag=$(echo ${{ github.event.release.tag_name }} | sed 's/^v//')" >> $GITHUB_OUTPUT

- name: Build and push ${{ matrix.service }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./ops/${{ matrix.service }}.Dockerfile
Expand Down

0 comments on commit 656445b

Please sign in to comment.