Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
sijinhui committed Nov 13, 2023
1 parent 16ffc96 commit 74ae206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build and push multi-platform Docker image
uses: docker/build-push-action@v2
with:
context: ./logstash/
file: ./Dockerfile
context: ./logstash
file: ./logstash/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/logstash:8.5.3

0 comments on commit 74ae206

Please sign in to comment.