Skip to content

Commit b38bd6c

Browse files
Woops
1 parent 27f9c11 commit b38bd6c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vulnerable-tomcat/

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@ on:
99
schedule:
1010
- cron: '16 18 * * *'
1111
push:
12-
branches: [ main ]
12+
branches: [main]
1313
# Publish semver tags as releases.
14-
tags: [ 'v*.*.*' ]
14+
tags: ['v*.*.*']
1515
pull_request:
16-
branches: [ main ]
16+
branches: [main]
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty
2020
REGISTRY: ghcr.io
2121
# github.repository as <account>/<repo>
2222
IMAGE_NAME: ${{ github.repository }}
2323

24-
2524
jobs:
2625
build:
27-
2826
runs-on: ubuntu-latest
2927
permissions:
3028
contents: read

0 commit comments

Comments
 (0)