Skip to content

Commit b26b18b

Browse files
Fixed workflow issue.
1 parent 52e5524 commit b26b18b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
3636
- name: Build and push ols4 backend Docker image
3737
run: |
38-
cd backend
3938
docker build -t ghcr.io/ebispot/ols4-backend:${{ github.sha }} -f ./backend/Dockerfile .
4039
docker tag ghcr.io/ebispot/ols4-backend:${{github.sha}} ghcr.io/ebispot/ols4-backend:${{ github.head_ref || github.ref_name }}
4140
docker push --all-tags ghcr.io/ebispot/ols4-backend

0 commit comments

Comments
 (0)