Skip to content

Merge pull request #166 from provinzio/dependabot/pip/requests-2.32.0 #70

Merge pull request #166 from provinzio/dependabot/pip/requests-2.32.0

Merge pull request #166 from provinzio/dependabot/pip/requests-2.32.0 #70

Workflow file for this run

name: Publish Docker image
on:
# Trigger the workflow on push,
# but only for the main branch
push:
branches:
- main
jobs:
push_to_docker_hub:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
push: true
tags: jeppy/cointaxman:latest