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 a85f28f commit 7739e76Copy full SHA for 7739e76
.github/workflows/main.yml
@@ -47,15 +47,7 @@ jobs:
47
with:
48
name: code
49
path: .
50
- - name: "auth: ghcr.io"
51
- uses: docker/login-action@v3
52
- with:
53
- registry: ghcr.io
54
- username: ${{ github.actor }}
55
- password: ${{ secrets.GITHUB_TOKEN }}
56
- name: "build: docker"
57
- uses: docker/build-push-action@v5
58
59
- context: .
60
- push: true
61
- tags: ghcr.io/bjerringgaard/micronaut-app:latest
+ run: bash ci/build-docker.sh
+ - name: "deploy: docker"
+ run: bash ci/push-docker.sh
0 commit comments