mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
ci...
This commit is contained in:
parent
b431fe65b7
commit
de78b40da4
4 changed files with 5 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
|
||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
|
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
|
||||||
|
|
2
api.js
2
api.js
|
@ -33,7 +33,7 @@ const config = {
|
||||||
name: 'db-vendo-client',
|
name: 'db-vendo-client',
|
||||||
description: 'db-vendo-client',
|
description: 'db-vendo-client',
|
||||||
homepage: 'https://github.com/public-transport/db-vendo-client',
|
homepage: 'https://github.com/public-transport/db-vendo-client',
|
||||||
version: '6.1.0',
|
version: '6.1.1',
|
||||||
docsLink: 'https://github.com/public-transport/db-vendo-client',
|
docsLink: 'https://github.com/public-transport/db-vendo-client',
|
||||||
openapiSpec: true,
|
openapiSpec: true,
|
||||||
logging: true,
|
logging: true,
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@public-transport/db-vendo-client",
|
"name": "@public-transport/db-vendo-client",
|
||||||
"version": "6.1.0",
|
"version": "6.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@public-transport/db-vendo-client",
|
"name": "@public-transport/db-vendo-client",
|
||||||
"version": "6.1.0",
|
"version": "6.1.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@derhuerst/br2nl": "^1.0.0",
|
"@derhuerst/br2nl": "^1.0.0",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@public-transport/db-vendo-client",
|
"name": "@public-transport/db-vendo-client",
|
||||||
"description": "Client for bahn.de public transport APIs.",
|
"description": "Client for bahn.de public transport APIs.",
|
||||||
"version": "6.1.0",
|
"version": "6.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue