We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e5524 commit b26b18bCopy full SHA for b26b18b
.github/workflows/docker.yml
@@ -35,7 +35,6 @@ jobs:
35
36
- name: Build and push ols4 backend Docker image
37
run: |
38
- cd backend
39
docker build -t ghcr.io/ebispot/ols4-backend:${{ github.sha }} -f ./backend/Dockerfile .
40
docker tag ghcr.io/ebispot/ols4-backend:${{github.sha}} ghcr.io/ebispot/ols4-backend:${{ github.head_ref || github.ref_name }}
41
docker push --all-tags ghcr.io/ebispot/ols4-backend
0 commit comments