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