Skip to content

Commit

Permalink
update create-docker-image action
Browse files Browse the repository at this point in the history
  • Loading branch information
ga-ebp committed Apr 10, 2024
1 parent b6e7063 commit 47d7ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/create-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,4 @@ runs:
VERSION=${{ inputs.VERSION }}
REVISION=${{ env.REVISION }}
tags: ${{ steps.meta-data.outputs.tags }}
labels: ${{ steps.meta-data.outputs.labels }}
cache-from: type=registry,ref=${{ inputs.IMAGE_NAME }}:${{ inputs.CACHE }}
cache-to: type=inline
labels: ${{ steps.meta-data.outputs.labels }}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ALTER TABLE "public"."asset_user" DROP CONSTRAINT "asset_user_id_fkey";
ALTER TABLE "auth"."users" ALTER COLUMN "confirmed_at" DROP EXPRESSION;

-- AlterTable
DELETE FROM "public"."asset_user";
ALTER TABLE "public"."asset_user" ADD COLUMN "email" TEXT NOT NULL,
ADD COLUMN "lang" TEXT NOT NULL,
ADD COLUMN "oidcId" TEXT NOT NULL;

0 comments on commit 47d7ca7

Please sign in to comment.