Skip to content

Commit

Permalink
test docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Jun 21, 2024
1 parent 53f931a commit 2ffe322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
go mod tidy
go mod download
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2
go install github.com/a-h/templ/cmd/templ@latest
templ generate
- name: Run golangci-lint
run: golangci-lint run
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ docker:
DOCKER_HUB_USERNAME: ujstor
DOCKER_REPO_NAME: portfolio-web-go
VERSION_PART: Patch # Patch, Minor, major
PUSH_TO_DOCKER: true
PUSH_TO_DOCKER: false

0 comments on commit 2ffe322

Please sign in to comment.