diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index aeab4a3..36d671a 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -29,5 +29,8 @@ jobs: uses: docker/build-push-action@v4 with: push: true + build-args: | + "USERNAME=${{ secrets.PUBLISH_USERNAME }}" + "TOKEN=${{ secrets.PUBLISH_TOKEN }}" tags: | ghcr.io/ingsis-group-6/snippet-manager-prod:latest