Compare commits

..

4 Commits

Author SHA1 Message Date
Xe Iaso
de9d91a220 test(git-push): set remote branch name
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-14 10:35:59 -04:00
Xe Iaso
5f556a78c2 test(git-push): set upstream
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-14 10:33:25 -04:00
Xe Iaso
b402e18d06 test(git-push): add git config commands
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-14 10:30:57 -04:00
Xe Iaso
d8168b88a5 test: add git push smoke test
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-14 10:27:23 -04:00
2 changed files with 2 additions and 8 deletions

View File

@@ -36,9 +36,6 @@ jobs:
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
with: with:
images: ghcr.io/techarohq/anubis/docs images: ghcr.io/techarohq/anubis/docs
tags: |
type=sha,format=long
type=edge,branch=main
- name: Build and push - name: Build and push
id: build id: build

View File

@@ -2,7 +2,7 @@ name: Docs test build
on: on:
pull_request: pull_request:
branches: ["main"] branches: [ "main" ]
permissions: permissions:
contents: read contents: read
@@ -24,10 +24,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0 uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
with: with:
images: ghcr.io/techarohq/anubis/docs images: ghcr.io/${{ github.repository }}/docs
tags: |
type=sha,format=long
type=edge,branch=main
- name: Build and push - name: Build and push
id: build id: build