Skip to content

Commit

Permalink
full update of servicex logstash
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Mar 14, 2024
1 parent dcd5762 commit 11433e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/servicex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1

- name: Docker Build & Push Action
uses: mr-smithers-excellent/docker-build-push@v5.6
uses: mr-smithers-excellent/docker-build-push@v6.3
with:
image: atlasanalyticsservice/uc_ls_servicex
dockerfile: Dockerfile.servicex
Expand All @@ -23,7 +23,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v3.0.0
with:
token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }}
repository: maniaclab/river_apps
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.servicex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/logstash/logstash:8.4.0
FROM docker.elastic.co/logstash/logstash:8.12.2

LABEL maintainer="Ilija Vukotic <[email protected]>"

Expand Down

0 comments on commit 11433e7

Please sign in to comment.