From bdea085e025cacbc9597e50c00433eb84f253936 Mon Sep 17 00:00:00 2001 From: nemanjam Date: Sun, 29 Sep 2024 14:03:40 +0200 Subject: [PATCH] uncomment tags and labels --- .github/workflows/default__build-push-docker.yml | 6 +++--- docs/working-notes/todo3.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/default__build-push-docker.yml b/.github/workflows/default__build-push-docker.yml index aa3832d..7d8f4b2 100644 --- a/.github/workflows/default__build-push-docker.yml +++ b/.github/workflows/default__build-push-docker.yml @@ -88,10 +88,10 @@ jobs: "ARG_SITE_URL=${{ env.SITE_URL }}" "ARG_PLAUSIBLE_SCRIPT_URL=${{ env.PLAUSIBLE_SCRIPT_URL }}" push: true - tags: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest + # tags: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest # disabled metadata step - # tags: ${{ steps.metadata.outputs.tags }} - # labels: ${{ steps.metadata.outputs.labels }} + tags: ${{ steps.metadata.outputs.tags }} + labels: ${{ steps.metadata.outputs.labels }} cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:buildcache cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:buildcache,mode=max # cache-to: type=inline diff --git a/docs/working-notes/todo3.md b/docs/working-notes/todo3.md index ac28698..b567783 100644 --- a/docs/working-notes/todo3.md +++ b/docs/working-notes/todo3.md @@ -547,7 +547,7 @@ js function to print image dom and src size over image for debugging, moze npm p ----- fix github action docker arm x86 restructure folders, folder name, mdx and images in same folder -conent collections to content layer +content collections to content layer fix plausible for all subdomains gallery astro image ------------