Skip to content

Update docker/login-action digest to 0689575 (#9) #12

Update docker/login-action digest to 0689575 (#9)

Update docker/login-action digest to 0689575 (#9) #12

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