Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit e59b491

Browse files
committed
Chore: Add test build for debugging with dockstatapi:<Commit SHA>
1 parent 7830445 commit e59b491

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/test-build.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,21 @@ jobs:
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.repository_owner }}
41-
password: ${{ github.token }}
41+
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Generate Docker tags
4444
uses: docker/metadata-action@v5
4545
id: metadata
4646
with:
4747
images: ghcr.io/${{ github.repository }}
4848
tags: |
49-
type=raw,enable=true,priority=200,prefix=,suffix=,value=nightly
50-
flavor: |
51-
latest=false
49+
type=raw,enable=true,priority=200,prefix=,suffix=,value=${{ github.sha }}
5250
53-
- name: test doker build
51+
- name: Build and Push Docker Images
5452
uses: docker/build-push-action@v5
5553
with:
5654
platforms: linux/amd64,linux/arm64
57-
push: false
55+
push: true
5856
tags: ${{ steps.metadata.outputs.tags }}
5957
labels: ${{ steps.metadata.outputs.labels }}
6058
cache-from: type=gha

0 commit comments

Comments
 (0)