Skip to content

Commit

Permalink
Merge pull request #135 from DIG-Network/release/v0.0.1-alpha.139
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.139
  • Loading branch information
MichaelTaylor3D authored Oct 26, 2024
2 parents 6ab98bc + 4b970a5 commit 3a5d2e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Push Docker

on:
push:
branches:
- 'testing'
tags:
- '**'

Expand Down Expand Up @@ -66,7 +68,7 @@ jobs:

- name: Build and Push Docker Images
run: |
if [[ "${TAGNAME}" == *"alpha"* ]]; then
if [[ "${GITHUB_REF}" == refs/heads/testing ]]; then
docker buildx build \
--platform linux/amd64,linux/arm64 \
-t ${{ vars.DOCKER_NAMESPACE }}/${{ env.PROJECT_NAME }}:staging \
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.139](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.138...v0.0.1-alpha.139) (2024-10-26)

### [0.0.1-alpha.138](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.137...v0.0.1-alpha.138) (2024-10-26)

### [0.0.1-alpha.137](https://github.com/DIG-Network/dig-propagation-server/compare/v0.0.1-alpha.136...v0.0.1-alpha.137) (2024-10-26)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dig-propagation-server",
"version": "0.0.1-alpha.138",
"version": "0.0.1-alpha.139",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down

0 comments on commit 3a5d2e1

Please sign in to comment.