Skip to content

Commit

Permalink
try to fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Nov 17, 2023
1 parent 58b729f commit 71ac412
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout us
uses: actions/checkout@v4
with:
path: builder
- name: Checkout zimbra-build-scripts
uses: actions/checkout@v4
with:
name: ianw1974/zimbra-build-scripts
ref: master
path: zimbra-build-scripts
- run: ls -la zimbra-build-scripts
- run: ls -la builder
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand All @@ -20,12 +32,6 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- uses: actions/checkout@v4
with:
name: ianw1974/zimbra-build-scripts
ref: master
path: zimbra-build-scripts
- run: ls -la zimbra-build-scripts
- name: Build builder
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 71ac412

Please sign in to comment.