Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 29, 2024
1 parent 315b148 commit 8bda02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
context: "{{defaultContext}}:${{ matrix.IMAGE_TAG }}"
push: true
tags: ${{ env.GHCR_NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ matrix.IMAGE_TAG }}

env:
GHCR_NAMESPACE: dfhack
IMAGE_NAME: build-env
4 changes: 2 additions & 2 deletions msvc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

LABEL org.opencontainers.image.source https://github.com/DFHack/build-env
LABEL org.opencontainers.image.source=https://github.com/DFHack/build-env

ARG BUILDER_UID=1001

Expand Down Expand Up @@ -79,4 +79,4 @@ COPY dfhack-configure dfhack-make dfhack-test /usr/local/bin/
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]

CMD bash
CMD ["bash"]

0 comments on commit 8bda02a

Please sign in to comment.