chore(deps): update dependency eslint-plugin-package-json to ^0.64.0 … #145
This file contains hidden or 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: publish-dev-image | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| build-and-publish-container: | |
| permissions: | |
| contents: read # To checkout in the reusable workflow | |
| packages: write # To push Docker image to ghcr.io | |
| uses: ./.github/workflows/reusable-publish-image.yaml | |
| with: | |
| tags: dev | |
| push: true |