diff options
Diffstat (limited to 'pipeline.yml')
-rw-r--r-- | pipeline.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pipeline.yml b/pipeline.yml index d588f100a..82691813b 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -13,6 +13,7 @@ resources: repository: ((registry-repo)) username: ((registry-username)) password: ((registry-password)) + tag: latest jobs: - name: build-and-publish |