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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code @ ${{ inputs.commit }}
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.commit }}
|
||||
|
@ -26,7 +26,8 @@ jobs:
|
|||
with:
|
||||
dockerfile: server/Dockerfile
|
||||
directory: server
|
||||
image: ghcr.io/ente-io/server
|
||||
# Resultant package name will be ghcr.io/ente-io/server
|
||||
image: server
|
||||
registry: ghcr.io
|
||||
enableBuildKit: true
|
||||
buildArgs: GIT_COMMIT=${GITHUB_SHA}
|
||||
|
|
Loading…
Reference in a new issue