Skip to content

Bump pytest from 8.1.1 to 8.2.0 #221

Bump pytest from 8.1.1 to 8.2.0

Bump pytest from 8.1.1 to 8.2.0 #221

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Publish Docker image latest
on:
push:
branches:
- main
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
- name: Build and push Jira Timemachine docker image
uses: docker/build-push-action@v5
with:
context: .
target: app
push: true
tags: clearcode/jira_timemachine:latest