Skip to content

Commit f67ed81

Browse files
Merge pull request #63 from 2bitdesigns/4-bit-css-update
4bitcss 0.1.4
2 parents 705a2ac + 816b434 commit f67ed81

File tree

2,692 files changed

+112503
-66566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,692 files changed

+112503
-66566
lines changed

.github/workflows/Build4bitcss.yml

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,52 @@ jobs:
499499
id: PSSVG
500500
- name: UseEZOut
501501
uses: StartAutomating/EZOut@master
502-
- name: BuildPipeScript
502+
- name: PipeScript
503503
uses: StartAutomating/PipeScript@main
504+
id: PipeScript
505+
with:
506+
serial: true
504507
- name: UseHelpOut
505508
uses: StartAutomating/HelpOut@master
509+
- name: GitLogger
510+
uses: GitLogging/GitLoggerAction@main
511+
id: GitLogger
512+
- name: Log in to ghcr.io
513+
uses: docker/login-action@master
514+
with:
515+
registry: ${{ env.REGISTRY }}
516+
username: ${{ github.actor }}
517+
password: ${{ secrets.GITHUB_TOKEN }}
518+
- name: Extract Docker Metadata (for branch)
519+
if: ${{github.ref_name != 'main' && github.ref_name != 'master' && github.ref_name != 'latest'}}
520+
id: meta
521+
uses: docker/metadata-action@master
522+
with:
523+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
524+
- name: Extract Docker Metadata (for main)
525+
if: ${{github.ref_name == 'main' || github.ref_name == 'master' || github.ref_name == 'latest'}}
526+
id: metaMain
527+
uses: docker/metadata-action@master
528+
with:
529+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
530+
flavor: latest=true
531+
- name: Build and push Docker image (from main)
532+
if: ${{github.ref_name == 'main' || github.ref_name == 'master' || github.ref_name == 'latest'}}
533+
uses: docker/build-push-action@master
534+
with:
535+
context: .
536+
push: true
537+
tags: ${{ steps.metaMain.outputs.tags }}
538+
labels: ${{ steps.metaMain.outputs.labels }}
539+
- name: Build and push Docker image (from branch)
540+
if: ${{github.ref_name != 'main' && github.ref_name != 'master' && github.ref_name != 'latest'}}
541+
uses: docker/build-push-action@master
542+
with:
543+
context: .
544+
push: true
545+
tags: ${{ steps.meta.outputs.tags }}
546+
labels: ${{ steps.meta.outputs.labels }}
506547
env:
548+
REGISTRY: ghcr.io
549+
IMAGE_NAME: ${{ github.repository }}
507550
NoCoverage: true

4bit.js

Lines changed: 92 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4bitcss.PSSVG.ps1

Lines changed: 0 additions & 88 deletions
This file was deleted.

4bitcss.build.ps1

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)