Skip to content

Commit 2fe9a9d

Browse files
authored
Change workflow Dockerfile
1 parent 470c2b5 commit 2fe9a9d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
runs-on: self-hosted
1111
environment: production
1212
steps:
13-
- name: Checkout
14-
uses: actions/checkout@v3
15-
with:
16-
ref: main
1713
-
1814
name: Set up Docker Buildx
1915
uses: docker/setup-buildx-action@v2
@@ -29,3 +25,4 @@ jobs:
2925
with:
3026
push: true
3127
tags: vollborn/jetbrains-gateway-ssh:latest
28+
file: src/Dockerfile

0 commit comments

Comments
 (0)