Skip to content

Commit

Permalink
testing the docker push
Browse files Browse the repository at this point in the history
Signed-off-by: yash-zededa <[email protected]>
  • Loading branch information
yash-zededa committed Oct 8, 2023
1 parent 3596ea3 commit 8486291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: "eve-kernel-amd64-v6.1.38-generic"
- name: Build eve-kernel-amd64-v6.1.38-generic
run: |
make -f Makefile.eve kernel-gcc
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build eve-kernel-amd64-v6.1.38-generic
run: |
make -f Makefile.eve kernel-gcc push

0 comments on commit 8486291

Please sign in to comment.