Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmbot authored Jun 2, 2021
1 parent c01c9d8 commit d9bee26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: metaci
uses: docker/metadata-action@v3
with:
images: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/ci
images: ghcr.io/${{ github.repository_owner }}/ci/${{ github.event.repository.name }}
tags: |
type=ref,event=pr
type=sha,prefix=
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
with:
find: "${{ github.event.repository.name }}:.*\n"
replace: "${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n"
- name: Find and Replace ${{ github.event.repository.name }}/ci version
- name: Find and Replace ci/${{ github.event.repository.name }} version
uses: jacobtomlinson/gha-find-replace@master
with:
find: "${{ github.event.repository.name }}/ci:.*\n"
replace: "${{ github.event.repository.name }}/ci:${{ steps.short-sha.outputs.sha }}\n"
find: "ci/${{ github.event.repository.name }}:.*\n"
replace: "ci/${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n"
- name: Push update to the deployments-k8s
working-directory: networkservicemesh/deployments-k8s
run: |
Expand Down

0 comments on commit d9bee26

Please sign in to comment.