Skip to content

Commit

Permalink
use ref
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Nov 17, 2023
1 parent 86f665e commit 76633d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- uses: actions/checkout@master
- uses: actions/checkout@v4
with:
name: ianw1974/zimbra-build-scripts
ref: master
fetch-depth: 2
- run: ls -la
- name: Build builder
Expand Down

0 comments on commit 76633d8

Please sign in to comment.