Remove double namespacing

This commit is contained in:
Manav Rathi 2024-03-27 12:53:37 +05:30
parent a8a2e7aee3
commit fc8e79fbe9
No known key found for this signature in database

View file

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