Skip to content

Commit

Permalink
feat: update workflow-engine-base to 3.0.0 (#24)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update workflow-engine-base to 3.0.0
  • Loading branch information
artemrys committed May 17, 2024
1 parent 4ac9f4f commit da1bdf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @splunk/products-gdi-addons-adminrepo
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Container image that runs your code
FROM ghcr.io/splunk/workflow-engine-base:2.0.12
FROM ghcr.io/splunk/workflow-engine-base:3.0.0

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh

# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["bash","-x","/entrypoint.sh"]
ENTRYPOINT ["bash", "-x", "/entrypoint.sh"]

0 comments on commit da1bdf3

Please sign in to comment.