Skip to content

chore(Dockerfile): upgrade CryptPad base image from version 2024.12.0… #21

chore(Dockerfile): upgrade CryptPad base image from version 2024.12.0…

chore(Dockerfile): upgrade CryptPad base image from version 2024.12.0… #21

Workflow file for this run

name: Docker
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
on:
workflow_dispatch:
push:
branches: ["main"]
tags: ["*"]
jobs:
call-docker-build:
uses: ethdevops/workflows/.github/workflows/upstream-docker-build.yaml@main
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
secrets:
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}