Skip to content

Commit e3a7ca3

Browse files
committed
Attempt to solve #548
1 parent 9085f1e commit e3a7ca3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: checkout code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
19+
- name: Get tags
20+
run: git fetch --tags origin
1921
- name: Set up QEMU
2022
uses: docker/setup-qemu-action@v1
2123
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)