mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2026-05-25 01:11:11 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cd711ab5a | |||
| df3206b80c | |||
| 878da22fdb |
@@ -31,11 +31,11 @@ jobs:
|
||||
- name: Install Syft
|
||||
uses: anchore/sbom-action/download-syft@v0.23.0 # installs syft
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
uses: docker/setup-qemu-action@v4
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
- name: Log in to GHCR
|
||||
uses: docker/login-action@v3 # login to ghcr
|
||||
uses: docker/login-action@v4 # login to ghcr
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user