Skip to content

Commit

Permalink
Merge pull request #6 from WyriHaximusNet/Add-JQ
Browse files Browse the repository at this point in the history
Add JQ
  • Loading branch information
WyriHaximus authored Jul 10, 2020
2 parents 357d9f2 + b3ebb87 commit b2d9e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
DOCKER_USER: ${{ secrets.HUB_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.HUB_PASSCODE }}
run: |
echo "${{ secrets.DOCKER_PASSWORD }}" | \
echo "${{ secrets.HUB_PASSCODE }}" | \
docker login \
--username "${{ secrets.DOCKER_USER }}" \
--username "${{ secrets.HUB_USERNAME }}" \
--password-stdin
- run: docker push "${DOCKER_IMAGE}:${DOCKER_IMAGE_VERSION}"
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/master'
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3

# hadolint ignore=DL3018
RUN apk add --no-cache curl bash
RUN apk add --no-cache curl bash git jq

RUN mkdir /workdir
WORKDIR /workdir

0 comments on commit b2d9e85

Please sign in to comment.