Skip to content

Commit

Permalink
Fixed workflow issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
henrietteharmse committed Jul 25, 2024
1 parent 52e5524 commit b26b18b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Build and push ols4 backend Docker image
run: |
cd backend
docker build -t ghcr.io/ebispot/ols4-backend:${{ github.sha }} -f ./backend/Dockerfile .
docker tag ghcr.io/ebispot/ols4-backend:${{github.sha}} ghcr.io/ebispot/ols4-backend:${{ github.head_ref || github.ref_name }}
docker push --all-tags ghcr.io/ebispot/ols4-backend
Expand Down

0 comments on commit b26b18b

Please sign in to comment.