Skip to content

Commit 2828993

Browse files
author
Release Manager
committed
gh-35417: Remove tag fetching in docker workflow <!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description It fails in forks (e.g. https://github.com/tobiasdiez/sage/actions/runs/ 4586854543/jobs/8100123316) and shouldn't be necessary since the tag will be passed anyway via `EXTRA_DOCKER_TAGS`. <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35417 Reported by: Tobias Diez Reviewer(s): Matthias Köppe
2 parents 3bf5f0a + 248dcc2 commit 2828993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ jobs:
147147
repository: ${{ inputs.sage_repo }}
148148
ref: ${{ inputs.sage_ref }}
149149
fetch-depth: 10000
150-
- name: fetch tags
151-
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
152150
- name: free disk space
153151
run: |
154152
df -h

0 commit comments

Comments
 (0)