Skip to content

Bump ruff from 0.7.3 to 0.7.4 #310

Bump ruff from 0.7.3 to 0.7.4

Bump ruff from 0.7.3 to 0.7.4 #310

# 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@v6
with:
context: .
target: app
push: true
tags: clearcode/jira_timemachine:latest