Skip to content

Commit

Permalink
Merge pull request #144 from CodeandoMexico/feature/juanita
Browse files Browse the repository at this point in the history
corrijo nombre imagen
  • Loading branch information
basicavisual committed Aug 16, 2023
2 parents 03b276f + c02cea2 commit 5bb8a36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
uses: VaultVulp/gp-docker-action@1.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: 1.3-beta
image-name: production
image-tag: 1.3
custom-args: --build-arg RAILS_ENV=production --build-arg FORCE_SSL=false --build-arg SECRET_KEY_BASE=${{ secrets.SECRET_KEY_BASE }} --build-arg MAILER_SENDER=${{ secrets.MAILER_SENDER }}
dockerfile: docker/decidim.Dockerfile
build-context: .

0 comments on commit 5bb8a36

Please sign in to comment.