diff --git a/.github/workflows/befly-prod-ci.yml b/.github/workflows/befly-prod-ci.yml index 54a22fa..aee1f63 100644 --- a/.github/workflows/befly-prod-ci.yml +++ b/.github/workflows/befly-prod-ci.yml @@ -40,8 +40,8 @@ jobs: - name: Build Docker Image run: | - docker build -t ${{ secrets.DOCKER_USERNAME }}/befly-gateway:latest . + docker build -t ${{ secrets.DOCKER_USERNAME }}/befly-gateway:${{ steps.vars.outputs.sha }} . - name: Push to Docker Hub run: | - docker push ${{ secrets.DOCKER_USERNAME }}/befly-gateway:${{ steps.vars.outputs.sha }} \ No newline at end of file + docker push ${{ secrets.DOCKER_USERNAME }}/befly-gateway:${{ steps.vars.outputs.sha }}