Skip to content

Commit 069709d

Browse files
dependabot[bot]ory-bot
authored andcommitted
chore(deps): bump next from 15.0.5 to 15.4.8 in /elements
GitOrigin-RevId: 87c639835e0505cc3e6cce0aac82a5f3afa01f78
1 parent 76c5ab3 commit 069709d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
uses: docker/setup-qemu-action@v3
230230

231231
- name: Login to Docker Hub
232-
if: github.ref == 'refs/heads/release'
232+
if: github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/tags/beta-v')
233233
uses: docker/login-action@v3
234234
with:
235235
username: ${{ secrets.DOCKER_HUB_USERNAME }}

0 commit comments

Comments
 (0)