Skip to content

Commit

Permalink
add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinagud committed Oct 22, 2024
1 parent c1bff0e commit 3086610
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release OPCUA Docker image

on:
push:
branches:
- '**'

jobs:
docker:
uses: RaaLabs/reusable-workflows/.github/workflows/docker-release.yml@main
secrets: inherit
with:
images: raaedge.azurecr.io/connectors-opcua
dockerfile: Source/Dockerfile

0 comments on commit 3086610

Please sign in to comment.