Skip to content

Commit

Permalink
Update docker-build-prd-logstash.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcOverIP authored Nov 6, 2020
1 parent 32b8809 commit 534ed76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build-prd-logstash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if [[ "x$DOCKER_REPO" == "x" ]]; then
DOCKER_REPO=outflanknl
fi
DOCKER_IMAGE="${DOCKER_REPO}/redelk-kibana"
DOCKER_IMAGE="${DOCKER_REPO}/redelk-logstash"
echo ::set-output name=docker_image::${DOCKER_IMAGE}
echo ::set-output name=docker_repo::${DOCKER_REPO}
echo ::set-output name=build_args::BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
Expand Down Expand Up @@ -53,15 +53,15 @@ jobs:
id: cache
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-kibana-${{ github.sha }}
key: ${{ runner.os }}-buildx-logstash-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-kibana-
${{ runner.os }}-buildx-logstash-
-
name: Build and push
uses: docker/build-push-action@v2
with:
context: elkserver/docker/redelk-kibana
file: ./elkserver/docker/redelk-kibana/Dockerfile
context: elkserver/docker/redelk-logstash
file: ./elkserver/docker/redelk-logstash/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
Expand Down

0 comments on commit 534ed76

Please sign in to comment.