From 818fefd651bc43370cc3d6fc16ce6bd9a9c4e905 Mon Sep 17 00:00:00 2001 From: Thibaut R Date: Thu, 15 Feb 2024 16:44:37 +0100 Subject: [PATCH] updated images name to target distinct repos on docker hub --- .github/workflows/test-feature-branch.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-feature-branch.yml b/.github/workflows/test-feature-branch.yml index 99f10a7575..ae36e8aeb0 100644 --- a/.github/workflows/test-feature-branch.yml +++ b/.github/workflows/test-feature-branch.yml @@ -8,8 +8,8 @@ on: required: false jobs: - platform: - name: platform + openbas-platform: + name: openbas-platform runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -45,7 +45,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: filigran/platform + images: filigran/openbas-platform tags: | type=ref,event=branch type=ref,event=pr @@ -68,14 +68,14 @@ jobs: deploy: name: deploy - needs: [platform] + needs: [openbas-platform] runs-on: ubuntu-latest steps: - name: Docker meta id: meta uses: docker/metadata-action@v5 with: - images: filigran/platform + images: filigran/openbas-platform tags: | type=ref,event=branch type=ref,event=pr