Skip to content

@actalog/dockerfile-cd

Actions
Publishes a Docker image to a Docker registry
v1.0.0
Latest
Star (0)

Dockerfile CD

name: CD

on:
  workflow_run:
    workflows: ['CI']
    types:
      - completed
    branches:
      - main

jobs:
  dockerfile-cd:
    name: Dockerfile CD
    runs-on: ubuntu-latest
    steps:
      - uses: actalog/check-ci@main
      - uses: actions/checkout@v4
      - uses: actalog/dockerfile-cd@main
        with:
          image-name: actalog/some-software
          image-version: v1.0.0
          registry-username: actalog
          registry-token: ${{ secrets.DOCKER_HUB_TOKEN }}

@actalog/dockerfile-cd is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Publishes a Docker image to a Docker registry
v1.0.0
Latest

@actalog/dockerfile-cd is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.