Skip to content

Commit

Permalink
ci: add tmp image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Dec 19, 2024
1 parent 56e2dd8 commit 10f8b75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ jobs:
${{ github.repository }}:noble
ghcr.io/${{ github.repository }}:noble
${{ github.repository }}:ubuntu
${{ github.repository }}:tmp
ghcr.io/${{ github.repository }}:ubuntu
2 changes: 0 additions & 2 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ RUN curl -sS https://starship.rs/install.sh | sh -s -- -y
RUN curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg
RUN echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.29/deb/ /' | tee /etc/apt/sources.list.d/kubernetes.list

RUN apt-get update && apt-get -y install kubectl

RUN curl -fsSL https://pgp.mongodb.com/server-7.0.asc | \
gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \
--dearmor
Expand Down

0 comments on commit 10f8b75

Please sign in to comment.