Skip to content

Commit

Permalink
Update docker CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Mar 22, 2024
1 parent 988c0be commit 620dbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,15 +506,15 @@ jobs:
- name: Login to Harbor
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
registry: harbor.stfc.ac.uk/datagateway
registry: ${{ secrets.HARBOR_URL }}
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
with:
images: harbor.stfc.ac.uk/datagateway/plugins
images: ${{ secrets.HARBOR_URL }}/plugins

- name: Build and push Docker image to Harbor
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
Expand Down

0 comments on commit 620dbf7

Please sign in to comment.