mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
Squash merge develop into master
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: docker image release
|
||||
name: Publish Docker Image
|
||||
|
||||
# NOTE: For this action to work, you must enable write permissions in your github repository settings.
|
||||
# Settings -> Actions -> General. "Workflow Permissions". Select "Read and write permissions".
|
||||
@@ -18,6 +18,10 @@ env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
release-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user