Skip to content

Commit

Permalink
Update build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrowe authored Jul 31, 2024
1 parent d00c56e commit 97d2a41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- container/Containerfile
- container/VERSION
- environment.yml
workflow_dispatch:
jobs:
build-image:
name: build-image
Expand Down Expand Up @@ -42,4 +43,4 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Print image url
run: echo "Image pushed to ${{ steps.push-image-to-registry.outputs.registry-paths }}"
run: echo "Image pushed to ${{ steps.push-image-to-registry.outputs.registry-paths }}"

0 comments on commit 97d2a41

Please sign in to comment.