Skip to content

Commit

Permalink
Merge branch 'master' into mn_list'
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Apr 5, 2023
2 parents cb89adf + 23da164 commit 3395175
Show file tree
Hide file tree
Showing 1,731 changed files with 5,254 additions and 136,794 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install npm/nodejs
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install packages
run: npm install
- name: Build
run: npm run build

- name: Set up Docker Buildx
id: buildx
Expand All @@ -38,7 +47,11 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}


- name: Set tag date-SHA
id: tag
run: echo "tag=$(date +'%Y-%m-%d')-$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV

- name: Build image and push to GitHub Container Registry
uses: docker/build-push-action@v2
with:
Expand All @@ -47,6 +60,7 @@ jobs:
platforms: linux/amd64
tags: |
ghcr.io/pivx-labs/mypivxwallet:latest
ghcr.io/pivx-labs/mypivxwallet:${{ env.tag }}
${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: release=1
Expand Down
34 changes: 0 additions & 34 deletions assets/fontawesome/LICENSE.txt

This file was deleted.

3 changes: 0 additions & 3 deletions assets/fontawesome/attribution.js

This file was deleted.

Loading

0 comments on commit 3395175

Please sign in to comment.