Skip to content

chore: update dependencies and upgrade to Debian trixie (#410) #60

chore: update dependencies and upgrade to Debian trixie (#410)

chore: update dependencies and upgrade to Debian trixie (#410) #60

Workflow file for this run

name: Push docker image to registry
"on":
push:
# Only run this job when pushing to the main branch
branches: ["main"]
permissions:
contents: read
packages: write
env:
DS_REGISTRY: "ghcr.io/jolicode/docker-starter"
DS_PHP_VERSION: "8.5"
jobs:
push-images:
name: Push image to registry
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Log in to registry
shell: bash
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
- name: setup-castor
uses: castor-php/setup-castor@v1.0.0
- uses: actions/checkout@v6
- name: "Build and start the infrastructure"
run: "castor docker:push"