File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2727 push : true
2828 target : base
2929 build-args : IMAGE_VERSION=${{ steps.get_version.outputs.version-without-v }}
30- tags : ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.version-without-v }}
30+ tags : ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.version-without-v }},ghcr.io/${{ github.repository }}:latest
3131
3232 - name : build'n'push - dotnet
3333 uses : docker/build-push-action@v4.0.0
3636 push : true
3737 target : dotnet
3838 build-args : IMAGE_VERSION=${{ steps.get_version.outputs.version-without-v }}
39- tags : ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.version-without-v }}-dotnet
39+ tags : ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.version-without-v }}-dotnet,ghcr.io/${{ github.repository }}:dotnet
4040
4141 - name : build'n'push - rust
4242 uses : docker/build-push-action@v4.0.0
4545 push : true
4646 target : rust
4747 build-args : IMAGE_VERSION=${{ steps.get_version.outputs.version-without-v }}
48- tags : ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.version-without-v }}-rust
48+ tags : ghcr.io/${{ github.repository }}:${{ steps.get_version.outputs.version-without-v }}-rust,ghcr.io/${{ github.repository }}:rust
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y \
1919 nano \
2020 bat \
2121 dnsutils \
22- iproute2
22+ iproute2 \
23+ htop
2324
2425RUN mkdir -m 0755 -p /etc/apt/keyrings && \
2526 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && \
You can’t perform that action at this time.
0 commit comments