Skip to content

Commit

Permalink
uncomment tags and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Sep 29, 2024
1 parent 7ed1241 commit bdea085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/default__build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/working-notes/todo3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit bdea085

Please sign in to comment.