Skip to content

Commit

Permalink
Update container release workflow (#378)
Browse files Browse the repository at this point in the history
* Update container release workflow

* Add container release workflow for Ubuntu 24.04
  • Loading branch information
hspaans authored Dec 26, 2023
1 parent 05923e8 commit 8df21fc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
branches:
- master
paths:
- 'Dockerfile.ubuntu-24.04'
- '.github/workflows/container-release-ubuntu-24.04.yml'
- "Dockerfile.ubuntu-24.04"
- ".github/workflows/container-release-ubuntu-2404.yml"
workflow_dispatch:

jobs:
build-release:
Expand All @@ -25,7 +26,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3


- name: Login to Packages Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 8df21fc

Please sign in to comment.