Skip to content

Commit bdea085

Browse files
committed
uncomment tags and labels
1 parent 7ed1241 commit bdea085

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/default__build-push-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
"ARG_SITE_URL=${{ env.SITE_URL }}"
8989
"ARG_PLAUSIBLE_SCRIPT_URL=${{ env.PLAUSIBLE_SCRIPT_URL }}"
9090
push: true
91-
tags: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest
91+
# tags: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:latest
9292
# disabled metadata step
93-
# tags: ${{ steps.metadata.outputs.tags }}
94-
# labels: ${{ steps.metadata.outputs.labels }}
93+
tags: ${{ steps.metadata.outputs.tags }}
94+
labels: ${{ steps.metadata.outputs.labels }}
9595
cache-from: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:buildcache
9696
cache-to: type=registry,ref=${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
9797
# cache-to: type=inline

docs/working-notes/todo3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ js function to print image dom and src size over image for debugging, moze npm p
547547
-----
548548
fix github action docker arm x86
549549
restructure folders, folder name, mdx and images in same folder
550-
conent collections to content layer
550+
content collections to content layer
551551
fix plausible for all subdomains
552552
gallery astro image
553553
------------

0 commit comments

Comments
 (0)