Skip to content

Commit

Permalink
Correcting build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilamb committed Mar 28, 2024
1 parent 27b1be2 commit f4d0390
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: docker-practice/actions-setup-docker@master

- name: build docker image
run: |
docker build -t ghcr.io/orange-cloudfoundry/headlamp-plugin:latest ./
- name: login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
Expand Down

0 comments on commit f4d0390

Please sign in to comment.