Remove double namespacing
This commit is contained in:
parent
a8a2e7aee3
commit
fc8e79fbe9
1 changed files with 3 additions and 2 deletions
5
.github/workflows/server-publish.yml
vendored
5
.github/workflows/server-publish.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code @ ${{ inputs.commit }}
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.commit }}
|
ref: ${{ inputs.commit }}
|
||||||
|
@ -26,7 +26,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dockerfile: server/Dockerfile
|
dockerfile: server/Dockerfile
|
||||||
directory: server
|
directory: server
|
||||||
image: ghcr.io/ente-io/server
|
# Resultant package name will be ghcr.io/ente-io/server
|
||||||
|
image: server
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
enableBuildKit: true
|
enableBuildKit: true
|
||||||
buildArgs: GIT_COMMIT=${GITHUB_SHA}
|
buildArgs: GIT_COMMIT=${GITHUB_SHA}
|
||||||
|
|
Loading…
Reference in a new issue