Skip to content

Commit bc17965

Browse files
committed
revert pipeline changes
1 parent 5b9584f commit bc17965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@master
1616
with:
1717
fetch-depth: 1
1818

1919
- name: Setup mirror
20-
uses: self-actuated/hub-mirror@v3
20+
uses: self-actuated/hub-mirror@master
2121
- name: Get TAG
2222
id: get_tag
2323
run: echo TAG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV

0 commit comments

Comments
 (0)