Skip to content

Commit

Permalink
Merge pull request #4441 from tssurya/rename-docker-files
Browse files Browse the repository at this point in the history
Rename packages
  • Loading branch information
tssurya authored Jun 14, 2024
2 parents 5b70661 + fabb87b commit 56ddcd7
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
UBUNTU_IMAGE_NAME: ovn-kube-ubuntu

jobs:
build:
Expand Down

0 comments on commit 56ddcd7

Please sign in to comment.