Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Sep 30, 2023
1 parent 383b86c commit 3f77eb0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,18 @@ jobs:
uses: networkservicemesh/.github/.github/workflows/docker-build-and-test.yaml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

docker-build-and-push:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
with:
ref: refs/heads/${{ github.event.workflow_run.head_branch }}

- name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v1

- name: "Build and push"
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 3f77eb0

Please sign in to comment.