We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf98fd commit 2f5089dCopy full SHA for 2f5089d
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
run: make docker-test
18
19
- name: build
20
- run: make docker-image
+ run: docker build -t ${{ github.repository }}:latest .
21
22
- name: Log in to GHCR
23
run: |
0 commit comments