Skip to content

Commit

Permalink
Atualizando Github Actions - Alterando tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoallmeida committed Jan 22, 2024
1 parent 6c096c0 commit 7e94c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ BUILD_NUMBER }}
tags: ${{ github.run_id }}
labels: ${{ steps.meta.outputs.labels }}

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

0 comments on commit 7e94c21

Please sign in to comment.