Skip to content

Commit

Permalink
Rename packages
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Seetharaman <[email protected]>
  • Loading branch information
tssurya committed Jun 14, 2024
1 parent 9697a5e commit fabb87b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ovn-docker-images

on:
push:
branches: [ master ]
branches: [ master,release-1.0 ]

permissions:
contents: read
Expand All @@ -13,8 +13,8 @@ env:
REGISTRY: ghcr.io
OWNER: ovn-org
REPOSITORY: ovn-kubernetes
FEDORA_IMAGE_NAME: ovn-kube-f
UBUNTU_IMAGE_NAME: ovn-kube-u
FEDORA_IMAGE_NAME: ovn-kube-fedora

This comment has been minimized.

Copy link
@flavio-fernandes

flavio-fernandes Jun 17, 2024

Contributor

oops... I think we we missed a bunch of places that needed the rename as well, @tssurya .
I will make a PR.

UBUNTU_IMAGE_NAME: ovn-kube-ubuntu

jobs:
build:
Expand Down

0 comments on commit fabb87b

Please sign in to comment.