Skip to content

Merge pull request #117 from turikhay/dependabot/npm_and_yarn/types/n… #120

Merge pull request #117 from turikhay/dependabot/npm_and_yarn/types/n…

Merge pull request #117 from turikhay/dependabot/npm_and_yarn/types/n… #120

Workflow file for this run

name: Docker
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
docker:
runs-on: ubuntu-latest
needs: test
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: turikhay/tiktok2telegram:${{ github.sha }},turikhay/tiktok2telegram:latest