Skip to content

Merge pull request #5 from ethpandaops/dependabot/github_actions/acti… #13

Merge pull request #5 from ethpandaops/dependabot/github_actions/acti…

Merge pull request #5 from ethpandaops/dependabot/github_actions/acti… #13

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: ethpandaops/github-actions-checker/.github/actions/docker-deploy@0655c7363eb149617d355bf32e4b5f97f3df2cdb # dependabot/github_actions/actions-b9d97eecc8-0655c73
with:
registry: ghcr.io
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
image_name: ${{ github.repository }}
push: true