feat: P4ADEV-1781 add API to get decrypted api-key of broker (#8) #64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |