Skip to content

Commit e437a66

Browse files
committed
Try to fix build docker workflow
1 parent 191ec75 commit e437a66

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/build_application_docker.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,19 @@ env:
1616
REGISTRY: ghcr.io
1717
IMAGE_NAME: ${{ github.repository }}
1818

19+
permissions:
20+
contents: read
21+
packages: write
22+
actions: read
23+
1924
jobs:
2025
build:
2126
name: datalens-auth
22-
runs-on: ubuntu-latest
27+
runs-on:
28+
- self-hosted
29+
- linux
30+
- k8s-runner-front-us
2331
if: ${{ github.event.workflow_run.conclusion == '' || github.event.workflow_run.conclusion == 'success' }}
24-
permissions:
25-
contents: read
26-
packages: write
2732
steps:
2833
- name: Download Artifacts
2934
uses: dawidd6/action-download-artifact@v6

0 commit comments

Comments
 (0)