Skip to content

Merge branch 'refs/heads/develop' into P4ADEV-1744-add-api-finalize-s… #84

Merge branch 'refs/heads/develop' into P4ADEV-1744-add-api-finalize-s…

Merge branch 'refs/heads/develop' into P4ADEV-1744-add-api-finalize-s… #84

name: Snapshot docker build and push
on:
push:
# Sequence of patterns matched against refs/heads
branches-ignore:
- 'main'
paths-ignore:
- 'CODEOWNERS'
- '**.md'
- '.**'
jobs:
release:
name: Snapshot Docker
runs-on: ubuntu-22.04
steps:
- name: 📦 Docker build and push
id: release
uses: pagopa/eng-github-actions-iac-template/global/docker-build-push@main #
with:
github_token: ${{ secrets.GITHUB_TOKEN }}