Skip to content

Commit

Permalink
Merge pull request #127
Browse files Browse the repository at this point in the history
Release v0.6.3
  • Loading branch information
bsrinivas8687 committed Mar 14, 2023
2 parents 3ed0a95 + a88d763 commit d084cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
name: Build
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
platforms:
- linux/amd64
- linux/arm64

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -46,6 +39,6 @@ jobs:
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platforms }}
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Sentinel dVPN Node

[![CodeQL](https://github.com/sentinel-official/dvpn-node/actions/workflows/codeql.yml/badge.svg)](https://github.com/sentinel-official/dvpn-node/actions/workflows/codeql.yml)
[![Docker](https://github.com/sentinel-official/dvpn-node/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/sentinel-official/dvpn-node/actions/workflows/docker-publish.yml)
[![Go](https://img.shields.io/github/go-mod/go-version/sentinel-official/dvpn-node)]()
[![GoReport](https://goreportcard.com/badge/github.com/sentinel-official/dvpn-node)](https://goreportcard.com/report/github.com/sentinel-official/dvpn-node)
[![Licence](https://img.shields.io/github/license/sentinel-official/dvpn-node.svg)](https://github.com/sentinel-official/dvpn-node/blob/master/LICENSE)
Expand Down

0 comments on commit d084cfe

Please sign in to comment.