buildx
This commit is contained in:
parent
c6b1e0940b
commit
ece8b13922
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
bun-version-file: ".tool-versions"
|
||||
- name: Install
|
||||
run: bun install --frozen-lockfile
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue