mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-27 04:06:04 +10:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac6f0b4557 | |||
| ad5f9418f5 |
7
.github/workflows/docker-push.yml
vendored
7
.github/workflows/docker-push.yml
vendored
@@ -18,9 +18,14 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Set up environment variables
|
||||||
|
id: env
|
||||||
|
run: |
|
||||||
|
echo "IMAGE_TAG=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ github.repository }}:${{ github.sha }}
|
tags: docker.io/litruv/api-websocket-bridge:${{ env.IMAGE_TAG }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "api-websocket-bridge",
|
"name": "api-websocket-bridge",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"description": "API WebSocket Bridge is a Node.js application that provides a WebSocket server for real-time communication. It allows clients to connect and exchange data using the WebSocket protocol",
|
"description": "API WebSocket Bridge is a Node.js application that provides a WebSocket server for real-time communication. It allows clients to connect and exchange data using the WebSocket protocol",
|
||||||
"main": "source/index.js",
|
"main": "source/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user