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 27f9c11 commit b38bd6cCopy full SHA for b38bd6c
.dockerignore
@@ -0,0 +1 @@
1
+vulnerable-tomcat/
.github/workflows/docker-publish.yml
@@ -9,22 +9,20 @@ on:
9
schedule:
10
- cron: '16 18 * * *'
11
push:
12
- branches: [ main ]
+ branches: [main]
13
# Publish semver tags as releases.
14
- tags: [ 'v*.*.*' ]
+ tags: ['v*.*.*']
15
pull_request:
16
17
18
env:
19
# Use docker.io for Docker Hub if empty
20
REGISTRY: ghcr.io
21
# github.repository as <account>/<repo>
22
IMAGE_NAME: ${{ github.repository }}
23
24
-
25
jobs:
26
build:
27
28
runs-on: ubuntu-latest
29
permissions:
30
contents: read
0 commit comments