Skip to content

Commit

Permalink
Merge pull request #66 from nicolasbock/manual
Browse files Browse the repository at this point in the history
Enable manual trigger of workflow
  • Loading branch information
dosaboy authored Sep 19, 2023
2 parents 46b0985 + 29edcef commit a1fbb3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
tags: ['v*.*.*']
pull_request:
branches: ["main"]
workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
Expand Down
2 changes: 1 addition & 1 deletion cmd/monitor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Canonical Sustaining Engineering <edward.hope-morley@canonical
LABEL org.opencontainers.image.description "Athena Monitor"

RUN apt update
RUN apt --yes install \
RUN apt-get --yes install \
bc \
bsdmainutils \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion cmd/processor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Canonical Sustaining Engineering <edward.hope-morley@canonical
LABEL org.opencontainers.image.description "Athena Processor"

RUN apt update
RUN apt --yes install \
RUN apt-get --yes install \
bc \
bsdmainutils \
ca-certificates \
Expand Down

0 comments on commit a1fbb3d

Please sign in to comment.