Skip to content

Commit

Permalink
Renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrMigles committed Dec 13, 2024
1 parent edeba60 commit 5d87839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
component:
- name: consul-acl-configurator
- name: rest-acl-configurator
- name: qubership-consul-acl-configurator
- name: qubership-consul-rest-acl-configurator
if: github.event.ref_type == 'branch'
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
fail-fast: false
matrix:
component:
- name: consul-acl-configurator
- name: qubership-consul-acl-configurator
file: consul-acl-configurator-operator/Dockerfile
context: consul-acl-configurator-operator
- name: rest-acl-configurator
- name: qubership-consul-rest-acl-configurator
file: rest-acl-configurator/Dockerfile
context: rest-acl-configurator
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d87839

Please sign in to comment.