Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 15, 2024
1 parent 5847ccd commit 7c773fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
sudo ./install-iconik.sh
echo "Getting version"
echo icoik-storage-gateway --version
echo iconik-storage-gateway --version
version=$(iconik-storage-gateway --version | grep -o '[0-9]\+\.[0-9]\+\.[0-9]\+')
echo "Version: ${version}"
echo "version=${version}" >> $GITHUB_OUTPUT
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN /tmp/install-iconik.sh
RUN \
chmod 777 -R /opt/iconik && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
rm /tmp/install-iconik.sh

VOLUME /var/iconik/iconik_storage_gateway/data

Expand Down

0 comments on commit 7c773fb

Please sign in to comment.