aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-10 22:26:49 +0200
committerrtkay123 <dev@kanjala.com>2025-08-10 22:26:49 +0200
commit418b7bcea86d6838b704ee8d3f55501debd5ee21 (patch)
tree5d6d86956582a58bda058ac9e14e050dd058de3f /.github
parent1479133bc9fc39159f7b37dba1fd966cd0124574 (diff)
downloadwarden-418b7bcea86d6838b704ee8d3f55501debd5ee21.tar.bz2
warden-418b7bcea86d6838b704ee8d3f55501debd5ee21.zip
build(warden): dockerfile
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dockerfile.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dockerfile.yaml b/.github/workflows/dockerfile.yaml
index c3bac8a..b84fa03 100644
--- a/.github/workflows/dockerfile.yaml
+++ b/.github/workflows/dockerfile.yaml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- crate: ["pseudonyms"]
+ crate: ["pseudonyms", "warden"]
name: build / ${{ matrix.crate }}
steps:
- uses: actions/checkout@v4
@@ -23,7 +23,7 @@ jobs:
submodules: true
- name: set up docker buildx
uses: docker/setup-buildx-action@v3
- - name: build and push
+ - name: build # and push
uses: docker/build-push-action@v6
with:
push: false