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 0227ff4 commit 9ccc82f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dockerhub-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
echo "application_name=${{needs.build.outputs.APPLICATION_NAME}}" >> $GITHUB_ENV
echo "DOCKER_PATH=${{needs.build.outputs.DOCKER_PATH}}" >> $GITHUB_ENV
- name: Pull Image on Server
run: |
docker pull lapig/$application_name:${DOCKER_PATH}_latest
- name: Delete Container
id: delete_container
continue-on-error: true
Expand Down

0 comments on commit 9ccc82f

Please sign in to comment.