Skip to content

Commit ffc242c

Browse files
chore: address copilot suggestions
1 parent 2cf5ebb commit ffc242c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
issues: write
99
jobs:
1010
docker-push:
11-
uses: ./.github/actions/docker-publish.yml
11+
uses: ./.github/workflows/docker-publish.yml
1212
secrets:
1313
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
1414
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
125125
docker-push:
126126
needs: [check, publish]
127-
uses: ./.github/actions/docker-publish.yml
127+
uses: ./.github/workflows/docker-publish.yml
128128
permissions: {}
129129
secrets:
130130
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
@@ -135,7 +135,7 @@ jobs:
135135
environment: Production
136136
permissions:
137137
id-token: write
138-
needs: [check, docker-build]
138+
needs: [check, docker-push]
139139
if: needs.check.outputs.VERSION_EXISTS == 'false'
140140
steps:
141141
- uses: GitHubSecurityLab/actions-permissions/monitor@v1

0 commit comments

Comments
 (0)