Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta50 committed Sep 18, 2024
1 parent 60c9639 commit ab41d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ovs-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: hostplumber/pkg/ovs-docker
tags: quay.io/platform9/openvswitch:${{ env.TAG }}-{{ github.run_number }}
tags: quay.io/platform9/openvswitch:${{ env.TAG }}-${{ github.run_number }}
push: ${{ env.PUSH }}
build-args: ${{ env.BUILD_ARGS}}
platforms: ${{ env.PLATFORMS }}
2 changes: 1 addition & 1 deletion hostplumber/pkg/ovs-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache bash
RUN apk add --no-cache supervisor

RUN mkdir -p /var/log/supervisor

RUN echo "hello"
COPY supervisord.conf /etc/
COPY ovs.conf /etc/supervisor/conf.d/

Expand Down

0 comments on commit ab41d32

Please sign in to comment.