Skip to content

Commit

Permalink
chore: clean up dnf cache, push images
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 18, 2024
1 parent 2e5b361 commit da6b991
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
context: .
file: ${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64
push: false
push: true
tags: |
ghcr.io/ultramarine-linux/ultramarine-devtools:40
ghcr.io/ultramarine-linux/ultramarine-devtools:latest
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/devtools.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ARG RELEASE

FROM ghcr.io/ultramarine-linux/ultramarine:${RELEASE}

RUN dnf install -y @development-tools
RUN dnf install -y @development-tools && dnf clean all
37 changes: 0 additions & 37 deletions katsu/modules/base/devtools-docker-aarch64.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions katsu/modules/base/devtools-docker-x86_64.yaml

This file was deleted.

0 comments on commit da6b991

Please sign in to comment.