Skip to content

Bump olegtarasov/get-tag from 2.1.2 to 2.1.3 (#122) #54

Bump olegtarasov/get-tag from 2.1.2 to 2.1.3 (#122)

Bump olegtarasov/get-tag from 2.1.2 to 2.1.3 (#122) #54

name: Docker Image latest
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag markusressel/telegram-click:latest
- name: Login to DockerHub Registry
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
- name: Push the Docker image
run: docker push markusressel/telegram-click:latest