Skip to content

Commit 7739e76

Browse files
committed
chore: updated to use bash
1 parent a85f28f commit 7739e76

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,7 @@ jobs:
4747
with:
4848
name: code
4949
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 }}
5650
- name: "build: docker"
57-
uses: docker/build-push-action@v5
58-
with:
59-
context: .
60-
push: true
61-
tags: ghcr.io/bjerringgaard/micronaut-app:latest
51+
run: bash ci/build-docker.sh
52+
- name: "deploy: docker"
53+
run: bash ci/push-docker.sh

0 commit comments

Comments
 (0)