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 9d91905 commit 8da6e0aCopy full SHA for 8da6e0a
.github/workflows/ci.yml
@@ -13,12 +13,6 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v4
15
16
- - name: Log in to Docker Hub
17
- uses: docker/login-action@v3
18
- with:
19
- username: ${{ secrets.DOCKERHUB_USERNAME }}
20
- password: ${{ secrets.DOCKERHUB_TOKEN }}
21
-
22
- name: Set up Bun
23
uses: oven-sh/setup-bun@v2
24
with:
@@ -48,6 +42,12 @@ jobs:
48
42
type=raw,value=gh-${{ github.run_id }}
49
43
type=sha,format=short
50
44
45
+ - name: Log in to Docker Hub
46
+ uses: docker/login-action@v3
47
+ with:
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
+
51
- name: Build and push Docker image
52
uses: docker/build-push-action@v6
53
0 commit comments