ci(workflows): renaming the action name
This commit is contained in:
parent
ab22efcb09
commit
fa1853a9b4
|
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-to-registry:
|
publish-to-registry:
|
||||||
name: Push Docker image to multiple registries
|
name: Build docker image and push to ghcr.io
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue