Skip to content

Commit

Permalink
Updated Release Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
whatever4711 committed Apr 3, 2024
1 parent b9600b1 commit a127b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
with:
context: ./singlestage_images/
file: ./singlestage_images/${{ matrix.singlestage_images }}.dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
needs: base_images
strategy:
matrix:
multistage_images: [onos, ovs]
multistage_images: [onos]
runs-on: ubuntu-latest
steps:
- name: Set time
Expand Down

0 comments on commit a127b0f

Please sign in to comment.