Skip to content

Commit

Permalink
refactor: move container out of guacamole subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle committed Mar 6, 2024
1 parent 2ae2524 commit 610f378
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Controller Container
on:
pull_request:
paths:
- 'containers/guacamole/controller/**'
- 'containers/controller/**'
push:
branches:
- main
paths:
- 'containers/guacamole/controller/**'
- 'containers/controller/**'

permissions:
contents: write
Expand All @@ -30,7 +30,8 @@ jobs:
release-tag-format: 'controller-container-${version}'
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
slack-channel: ${{ vars.SLACK_CHANNEL }}
build-file: containers/guacamole/controller/Dockerfile
build-file: containers/controller/Dockerfile
build-context: containers/controller
secrets:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flake8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
paths:
- '.flake8'
- 'containers/guacamole/controller/src/**.py'
- 'containers/controller/src/**.py'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -28,4 +28,4 @@ jobs:

- name: run flake8
run: |
flake8 containers/guacamole/controller/src
flake8 containers/controller/src
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 610f378

Please sign in to comment.