Skip to content

Commit

Permalink
fix: quotes on kaniko job
Browse files Browse the repository at this point in the history
  • Loading branch information
mueller-tobias committed Aug 22, 2023
1 parent 7adccf4 commit 696a943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kaniko.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Docker build
on:
push:
# Pattern matched against refs/tags
tags:
- "*" # Push events to every tag not containing /
- "*"
jobs:
docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 696a943

Please sign in to comment.