Skip to content

Commit

Permalink
- Fix missed github workflow tag logic
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Jul 3, 2024
1 parent dbfe01b commit 2c9ddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
cd dataload
docker build -t ghcr.io/ebispot/ols4-dataload:${{ github.sha }} .
docker tag ghcr.io/ebispot/ols4-dataload:${{github.sha}} ghcr.io/ebispot/ols4-dataload:${{ github.head_ref || github.ref }}
docker tag ghcr.io/ebispot/ols4-dataload:${{github.sha}} ghcr.io/ebispot/ols4-dataload:${{ github.head_ref || github.ref_name }}
docker push --all-tags ghcr.io/ebispot/ols4-dataload
- name: Build and push ols4 backend Docker image
Expand Down

0 comments on commit 2c9ddc6

Please sign in to comment.