Skip to content

Commit

Permalink
Enable manual build triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
jari-hodju committed Sep 8, 2023
1 parent 12ca27c commit 15e9844
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tii-gremsy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
repository_dispatch:
types: [fog-ros-baseimage-update]
push:
workflow_dispatch:

permissions:
contents: read
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
type=semver,pattern={{version}}
type=raw,value=latest
${{ env.IMAGE_TAG_FORMAT }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 15e9844

Please sign in to comment.