Skip to content

chore: update release please to use PAT (#16) #5

chore: update release please to use PAT (#16)

chore: update release please to use PAT (#16) #5

name: docker-deploy-branch
on:
push:
branches:
- master
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Deploy docker images
uses: ./.github/actions/docker-deploy
with:
registry: ghcr.io
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
image_name: ${{ github.repository }}
push: true