Skip to content

Commit

Permalink
Whoops we're on Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Sep 8, 2023
1 parent 1c1ffce commit ec6a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
echo "FROM ghcr.io/${{ github.repository }}:${{ github.sha }}" >>Dockerfile.web
echo "FROM ghcr.io/${{ github.repository }}:${{ github.sha }}" >>Dockerfile.release
echo "CMD bundle exec bin/rails db:migrate" >>Dockerfile.release
echo "CMD bundle exec rake db:migrate" >>Dockerfile.release
- name: Build web image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit ec6a095

Please sign in to comment.