Skip to content

Commit

Permalink
Update and rename deploy.yml to upload-to-docker-hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KYLN24 authored Apr 11, 2024
1 parent 6ac5522 commit 8dfb3b4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- name: Get tag version
id: tag
run: echo "::set-output name=tag::${GITHUB_REF#refs/*/}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
Expand All @@ -31,5 +29,3 @@ jobs:
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:${{ steps.tag.outputs.tag }}
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:latest
- name: Deploy
run: curl -X POST ${{ secrets.DEPLOY_WEBHOOK_PRODUCTION}}

0 comments on commit 8dfb3b4

Please sign in to comment.