Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit cb609da

Browse files
committed
Fix docker hub push task
1 parent 119a2ec commit cb609da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ stages:
3131
displayName: Push image
3232
inputs:
3333
containerRegistry: 'OrbitDB Docker Hub'
34+
repository: 'orbitdb/orbit-db-http-api'
3435
command: 'push'
35-
tags: 'latest'
36+
tags: |
37+
latest
38+
$(tag)

0 commit comments

Comments
 (0)