We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333e325 commit f5154c6Copy full SHA for f5154c6
.github/workflows/docker-publish.yml
@@ -12,18 +12,6 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v4
14
15
- - name: Ensure tag commit is on main
16
- run: |
17
- TAG_COMMIT=$(git rev-parse "$GITHUB_SHA")
18
- # List branches containing this commit; look for origin/main
19
- if ! git branch -r --contains "$TAG_COMMIT" | grep "origin/main" ; then
20
- echo "Tag is not on main. Aborting."
21
- exit 1
22
- fi
23
-
24
- - name: Checkout repository
25
- uses: actions/checkout@v4
26
27
- name: Set up Docker Buildx
28
uses: docker/setup-buildx-action@v3
29
0 commit comments