Skip to content

Commit

Permalink
Merge pull request #114 from DonHaul/fix-build
Browse files Browse the repository at this point in the history
gh workflows: specify image target
  • Loading branch information
DonHaul authored Oct 15, 2024
2 parents 3cee2ee + feb3967 commit aae8cd8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ jobs:
needs: [lint_and_test]
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Build Image
id: build
uses: cern-sis/gh-workflows/.github/actions/docker-build@v6
with:
registry: ${{ env.REGISTRY }}
registry: registry.cern.ch
stage: refextract
image: ${{ env.IMAGE }}
image: cern-sis/inspirehep/refextract
cache: false
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
Expand Down

0 comments on commit aae8cd8

Please sign in to comment.