Skip to content

Initial commit 🐳

Initial commit 🐳 #2

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
pull_request:
release:
types:
- published
workflow_dispatch:
jobs:
build_and_push:
name: Build and push image
permissions:
contents: read
id-token: write
packages: write
uses: significa/actions/.github/workflows/docker-image.yaml@main
with:
image_name: nginx-with-basic-auth