Skip to content

Commit

Permalink
add ns workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmichelo committed Oct 23, 2024
1 parent 4073df3 commit a54f437
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ns_docker_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: NamespaceDockerBuild

on:
workflow_dispatch:

jobs:
dockerbuild:
runs-on: [nscloud]
steps:
- name: Check out repository code
uses: ClickHouse/checkout@v1
with:
clear-repository: true

- name: Build and push
uses: docker/build-push-action@v6
with:
push: false
tags: user/app:latest

0 comments on commit a54f437

Please sign in to comment.