File tree Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Expand file tree Collapse file tree 1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -73,23 +73,21 @@ jobs:
73
73
out/jreleaser/trace.log
74
74
out/jreleaser/output.properties
75
75
out/jreleaser/release/CHANGELOG.md
76
-
77
- - name : Log in to Docker Hub
76
+
77
+ - name : Set up QEMU
78
+ uses : docker/setup-qemu-action@v2
79
+
80
+ - name : Set up Docker Buildx
81
+ uses : docker/setup-buildx-action@v2
82
+
83
+ - name : Login to DockerHub
78
84
uses : docker/login-action@v2
79
85
with :
80
86
username : ${{ secrets.DOCKER_USERNAME }}
81
87
password : ${{ secrets.DOCKER_PASSWORD }}
82
-
83
- - name : Extract metadata (tags, labels) for Docker
84
- id : meta
85
- uses : docker/metadata-action@v4
86
- with :
87
- images : jruaux/redis-kafka-connect
88
-
89
- - name : Build and push Docker image
88
+
89
+ - name : Build and push
90
90
uses : docker/build-push-action@v3
91
91
with :
92
- context : .
93
92
push : ${{ github.event_name != 'pull_request' }}
94
- tags : ${{ steps.meta.outputs.tags }}
95
- labels : ${{ steps.meta.outputs.labels }}
93
+ tags : jruaux/redis-kafka-connect:latest
You can’t perform that action at this time.
0 commit comments