Skip to content

Commit

Permalink
config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed May 8, 2024
1 parent 0db6ac5 commit f0e82c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: continuous integration

on:
push:
paths:
- '**.go'
- go.sum
- go.mod
branches:
- master
- main
pull_request:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker:
DOCKER_HUB_USERNAME: ujstor
DOCKER_REPO_NAME: portfolio-web-go
VERSION_PART: Minor # Patch, Minor, Major
DOCKER_REPO_NAME: argocd-test
VERSION_PART: Patch # Patch, Minor, Major

0 comments on commit f0e82c0

Please sign in to comment.