Skip to content

Commit

Permalink
Update gha workflows (#986)
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Mosher <lauramosher@users.noreply.github.com>
  • Loading branch information
lauramosher and lauramosher committed Jan 9, 2024
1 parent 9dbf454 commit 0ff5f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on-merge-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- main
workflow_dispatch:

jobs:
docker-buildx:
Expand All @@ -23,7 +24,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: "{context}/rails/Dockerfile"
file: "{{defaultContext}}/rails/Dockerfile"
target: devcore
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: "{context}/rails/Dockerfile"
file: "{{defaultContext}}/rails/Dockerfile"
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
Expand Down

0 comments on commit 0ff5f5d

Please sign in to comment.