Skip to content

Commit

Permalink
tmp: Disable working images
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Feb 16, 2024
1 parent 76b9002 commit 1aaaecf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ concurrency:
cancel-in-progress: true

jobs:
alpine:
uses: ./.github/workflows/image-alpine.yml
with:
publish: false
# alpine:
# uses: ./.github/workflows/image-alpine.yml
# with:
# publish: false
busybox:
uses: ./.github/workflows/image-busybox.yml
centos:
uses: ./.github/workflows/image-centos.yml
debian:
uses: ./.github/workflows/image-debian.yml
# debian:
# uses: ./.github/workflows/image-debian.yml
fedora:
uses: ./.github/workflows/image-fedora.yml
ubuntu:
uses: ./.github/workflows/image-ubuntu.yml
# ubuntu:
# uses: ./.github/workflows/image-ubuntu.yml

0 comments on commit 1aaaecf

Please sign in to comment.