You've already forked git-docker
							
							Compare commits
	
		
			1 Commits
		
	
	
		
			master
			...
			11c95319b9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 11c95319b9 | 
| @@ -13,7 +13,7 @@ jobs: | |||||||
|       - uses: docker/setup-qemu-action@v3.6.0 |       - uses: docker/setup-qemu-action@v3.6.0 | ||||||
|       - uses: docker/setup-buildx-action@v3.11.1 |       - uses: docker/setup-buildx-action@v3.11.1 | ||||||
|  |  | ||||||
|       - uses: docker/login-action@v3.6.0 |       - uses: docker/login-action@v3.5.0 | ||||||
|         with: |         with: | ||||||
|           registry: git.cryptic.systems |           registry: git.cryptic.systems | ||||||
|           username: ${{ github.repository_owner }} |           username: ${{ github.repository_owner }} | ||||||
| @@ -38,7 +38,7 @@ jobs: | |||||||
|       - uses: docker/setup-qemu-action@v3.6.0 |       - uses: docker/setup-qemu-action@v3.6.0 | ||||||
|       - uses: docker/setup-buildx-action@v3.11.1 |       - uses: docker/setup-buildx-action@v3.11.1 | ||||||
|  |  | ||||||
|       - uses: docker/login-action@v3.6.0 |       - uses: docker/login-action@v3.5.0 | ||||||
|         with: |         with: | ||||||
|           registry: git.cryptic.systems |           registry: git.cryptic.systems | ||||||
|           username: ${{ github.repository_owner }} |           username: ${{ github.repository_owner }} | ||||||
| @@ -62,7 +62,7 @@ jobs: | |||||||
|     - push-arm64 |     - push-arm64 | ||||||
|     - push-amd64 |     - push-amd64 | ||||||
|     steps: |     steps: | ||||||
|       - uses: docker/login-action@v3.6.0 |       - uses: docker/login-action@v3.5.0 | ||||||
|         with: |         with: | ||||||
|           registry: git.cryptic.systems |           registry: git.cryptic.systems | ||||||
|           username: ${{ github.repository_owner }} |           username: ${{ github.repository_owner }} | ||||||
|   | |||||||
| @@ -14,7 +14,7 @@ jobs: | |||||||
|     - ubuntu-latest |     - ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v5.0.0 |     - uses: actions/checkout@v5.0.0 | ||||||
|     - uses: peter-evans/dockerhub-description@v5.0.0 |     - uses: peter-evans/dockerhub-description@v4.0.2 | ||||||
|       with: |       with: | ||||||
|         username: ${{ secrets.DOCKER_IO_USERNAME }} |         username: ${{ secrets.DOCKER_IO_USERNAME }} | ||||||
|         password: ${{ secrets.DOCKER_IO_PASSWORD }} |         password: ${{ secrets.DOCKER_IO_PASSWORD }} | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM docker.io/library/alpine:3.22.2 | FROM docker.io/library/alpine:3.22.1 | ||||||
|  |  | ||||||
| RUN apk add --no-cache \ | RUN apk add --no-cache \ | ||||||
|       bash \ |       bash \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user