Skip to content

Commit

Permalink
Changed Gitlab Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rembik committed Oct 29, 2020
1 parent ad6feac commit c6f37e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ jobs:
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_REPOSITORY: rembik/ansible-controller
DOCKERHUB_REPOSITORY: rembik/apt
README_FILEPATH: ./README.md
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ RUN set -eux; \
mkdir -p /usr/local/etc/dehydrated/hooks; \
wget -qO /usr/local/etc/dehydrated/hooks/lexicon.sh https://raw.githubusercontent.com/AnalogJ/lexicon/master/examples/dehydrated.default.sh; \
\
# Remove build-dependent system packages
apk del .build-deps

COPY config /tmp/config
Expand Down

0 comments on commit c6f37e2

Please sign in to comment.