We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bf289 commit 168b2b1Copy full SHA for 168b2b1
.github/workflows/build-push.yaml
@@ -11,9 +11,10 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v3
13
- name: Build and Push
14
- uses: stafftastic/docker-build-push-action@main
+ uses: stafftastic/docker-build-push-action@nix
15
with:
16
name: commit-status-poster
17
+ derivation: .#dockerImage
18
project: stafftastic
19
repository: images
20
serviceAccountKey: ${{secrets.GOOGLE_ARTIFACT_REGISTRY_SA_KEY}}
0 commit comments