This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git

commit d548cf3a2412afc1f6db4c19613abcd7af1fc6ce
Author: Adam Kocoloski <[email protected]>
AuthorDate: Tue Feb 8 12:39:54 2022 -0500

    Choose package repo dynamically
---
 .github/workflows/image-builder.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/image-builder.yml 
b/.github/workflows/image-builder.yml
index c98dcc5..ebc0edb 100644
--- a/.github/workflows/image-builder.yml
+++ b/.github/workflows/image-builder.yml
@@ -60,4 +60,4 @@ jobs:
             erlangversion=${{ github.event.inputs.erlangVersion }}
             elixirversion=${{ github.event.inputs.elixirVersion }}
           tags: |
-            ghcr.io/apache/couchdb-ci:${{ github.event.inputs.dockerfile 
}}-erlang-${{ github.event.inputs.erlangVersion }}
+            ghcr.io/${{ github.repository }}:${{ 
github.event.inputs.dockerfile }}-${{ github.event.inputs.erlangVersion }}

Reply via email to