Update docker-image.yml

This commit is contained in:
akp 2024-04-05 21:13:15 +01:00
parent e20cd52d94
commit 1ea2bd1a86
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

View file

@ -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