Skip to content

Commit

Permalink
docker logout pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joramirezStackit committed Feb 20, 2022
1 parent 5576775 commit da35248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: doctl registry login --expiry-seconds 600
- name: Tag image
run: docker tag metis ${{ secrets.DIGITALOCEAN_REGISTRY }}:${{ steps.tag.outputs.tag }}
- name: Docker login
run: docker login
- name: Docker logout
run: docker logout
- name: Docker login
run: docker login
- name: Push image to DO Container Registry
run: docker push ${{ secrets.DIGITALOCEAN_REGISTRY }}:${{ steps.tag.outputs.tag }}
- name: Channel specific notification Slack
Expand Down

0 comments on commit da35248

Please sign in to comment.