Skip to content

Update actions/setup-python action to v5 (#5) #13

Update actions/setup-python action to v5 (#5)

Update actions/setup-python action to v5 (#5) #13

name: Push to Github registry
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ghcr.io/qjoly/simpledebianrepository