Skip to content

Commit

Permalink
updated images name to target distinct repos on docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
troll-os committed Feb 15, 2024
1 parent 442c18a commit 818fefd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 818fefd

Please sign in to comment.