File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
build-args : |
35
35
AVRO_VERSION=${{ github.event.inputs.version }}
36
36
tags : |
37
- kpnnv /avro-tools:latest
38
- kpnnv /avro-tools:${{ github.event.inputs.version }}
37
+ kpnnl /avro-tools:latest
38
+ kpnnl /avro-tools:${{ github.event.inputs.version }}
39
39
- name : Docker Hub Description
40
40
uses : peter-evans/dockerhub-description@v3
41
41
with :
42
42
username : ${{ secrets.DOCKER_USERNAME }}
43
43
password : ${{ secrets.DOCKER_PASSWORD }}
44
44
short-description : ${{ github.event.repository.description }}
45
- repository : " kpnnv /avro-tools"
45
+ repository : " kpnnl /avro-tools"
Original file line number Diff line number Diff line change 1
1
# Docker-avro-tools
2
2
3
- ![ Docker Image Version (latest by date)] ( https://img.shields.io/docker/v/kpnnv /avro-tools?label=latest%20version )
3
+ ![ Docker Image Version (latest by date)] ( https://img.shields.io/docker/v/kpnnl /avro-tools?label=latest%20version )
4
4
5
5
Container image for [ avro-tools] ( https://avro.apache.org/docs/1.11.1/getting-started-java/#serializing-and-deserializing-with-code-generation )
6
6
@@ -38,7 +38,7 @@ Check for new versions:
38
38
### Pull image
39
39
40
40
``` sh
41
- docker pull kpnnv /avro-tools:1.10.0
41
+ docker pull kpnnl /avro-tools:1.10.0
42
42
```
43
43
44
44
### AVDL to AVSC conversion example
@@ -47,7 +47,7 @@ Use to validate avro json schemas:
47
47
48
48
``` sh
49
49
docker run --rm --user=" $( id -u) " -v " $( pwd) " :/avro \
50
- kpnnv /avro-tools:1.10.0 \
50
+ kpnnl /avro-tools:1.10.0 \
51
51
idl2schemata {file}.avdl {target-folder}
52
52
```
53
53
@@ -56,7 +56,7 @@ docker run --rm --user="$(id -u)" -v "$(pwd)":/avro \
56
56
Use to validate avro json schemas:
57
57
58
58
``` sh
59
- docker run --rm kpnnv /avro-tools
59
+ docker run --rm kpnnl /avro-tools
60
60
```
61
61
62
62
## Acknowledgments
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -e
2
2
3
- docker build -t avro-tools:latest -t kpnnv /avro-tools:1.10.0 -t kpnnv /avro-tools:latest .
3
+ docker build -t avro-tools:latest -t kpnnl /avro-tools:1.10.0 -t kpnnl /avro-tools:latest .
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -e
2
2
3
- docker push kpnnv /avro-tools --all-tags
3
+ docker push kpnnl /avro-tools --all-tags
You can’t perform that action at this time.
0 commit comments