Skip to content

Commit 168b2b1

Browse files
committed
ci: build docker image using nix
1 parent 04bf289 commit 168b2b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v3
1313
- name: Build and Push
14-
uses: stafftastic/docker-build-push-action@main
14+
uses: stafftastic/docker-build-push-action@nix
1515
with:
1616
name: commit-status-poster
17+
derivation: .#dockerImage
1718
project: stafftastic
1819
repository: images
1920
serviceAccountKey: ${{secrets.GOOGLE_ARTIFACT_REGISTRY_SA_KEY}}

0 commit comments

Comments
 (0)