chore(action): remove test
Some checks failed
build image / release_tag (push) Successful in 3s
build image / build (push) Successful in 5m17s
build image / publish_release (push) Failing after 3s

This commit is contained in:
sujiba 2024-07-09 00:02:39 +02:00
parent ee8dc1308e
commit 469cd5c593

View file

@ -48,11 +48,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: test
shell: bash
run: |
echo "$RELEASE"
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
@ -66,7 +61,6 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
endpoint: tcp://forgejo-docker-in-docker-1:2375
platforms: linux/amd64,linux/arm64,linux/arm/v7
- name: Build and push
uses: docker/build-push-action@v6