Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
jairomr authored Sep 4, 2024
1 parent 4688471 commit ac0c28f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dockerhub-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_PATH: "homol"


outputs:
START_TIME: ${{ steps.creat_env.outputs.START_TIME }}
LAST_COMMIT_HASH: ${{ steps.creat_env.outputs.LAST_COMMIT_HASH }}
Expand All @@ -36,7 +32,7 @@ jobs:
id: creat_env
run: |
echo "START_TIME=$(date -u +%s)" >> "$GITHUB_OUTPUT"
echo "DOCKER_PATH=homol" >> $GITHUB_ENV
repo_full_name=$GITHUB_REPOSITORY
repo_name=${repo_full_name##*/}
echo "Nome do repositório: $repo_name"
Expand Down Expand Up @@ -92,6 +88,7 @@ jobs:
deploy:
needs: build
runs-on: self-hosted

steps:
- name: Pull Image on Server
run: |
Expand Down

0 comments on commit ac0c28f

Please sign in to comment.