Update docker-image.yml
This commit is contained in:
parent
e20cd52d94
commit
1ea2bd1a86
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
IMAGE_NAME: "ghcr.io/codemicro/magicbox/magicbox"
|
||||
IMAGE_NAME: "ghcr.io/codemicro/magicbox"
|
||||
|
||||
concurrency: # Prevent two instances of this running at once
|
||||
group: build-docker-container
|
||||
|
@ -16,6 +16,8 @@ concurrency: # Prevent two instances of this running at once
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Reference in a new issue