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 c7aa018 commit bae23efCopy full SHA for bae23ef
.github/workflows/docker-build.yml
@@ -4,13 +4,11 @@ permissions:
4
packages: write
5
actions: write
6
on:
7
- workflow_dispatch:
8
- push:
9
- branches:
10
- - '*'
11
- paths:
12
- - 'nginx-utils/**'
13
- - '.github/workflows/docker-build.yml'
+ release:
+ types: [created]
+
+env:
+ RELEASE_VERSION: ${{ github.event.release.tag_name }}
14
jobs:
15
build:
16
runs-on: ubuntu-latest
nginx-utils/memory_stats.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-
+set -e
3
echo ""
echo " **** Output of memory.stat ****"
cat /sys/fs/cgroup/memory.stat
0 commit comments