Skip to content

Commit

Permalink
Atualizando Github Actions - Encode Parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoallmeida committed Jan 22, 2024
1 parent e4bfd7a commit 68223b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [ "main" ]
env:
DOCKERHUB_REPOSITORY_URL: docker.io/joaoallmeida/calculadora-fiis
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:

- name: Encode Parameter
run: |
echo "::set-env name=PARAM_ENCODE::$(echo `${{ env.DOCKERHUB_REPOSITORY_URL }}:${{ steps.meta.outputs.tags }} | sed 's|/|%2F|g' | sed 's|:|%2F|g'`)::"
echo ::set-env name=PARAM_ENCODE::$(echo `${{ env.DOCKERHUB_REPOSITORY_URL }}:${{ steps.meta.outputs.tags }} | sed 's|/|%2F|g' | sed 's|:|%2F|g'`)
- name: Deploy Render Service
uses: fjogeleit/http-request-action@v1
Expand Down

0 comments on commit 68223b3

Please sign in to comment.