Skip to content

Commit

Permalink
set the docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
severindellsperger committed Feb 5, 2024
1 parent 9bbf4a1 commit d2d0cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Build and push topology processor
uses: docker/build-push-action@v5
with:
context: .
file: ./build/Dockerfile.topology
push: true
tags: ghcr.io/${{ github.repository }}/topology:${{ github.ref_name }}
Expand All @@ -53,6 +54,7 @@ jobs:
- name: Build and push topology processor
uses: docker/build-push-action@v5
with:
context: .
file: ./build/Dockerfile.linkstate-edge
push: true
tags: ghcr.io/${{ github.repository }}/lslinknode-edge:${{ github.ref_name }}

0 comments on commit d2d0cd4

Please sign in to comment.