test workflow build and push on gitea registry
This commit is contained in:
parent
e16600ddd8
commit
2433a4186c
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
build_and_push_image:
|
||||
runs-on: ubuntu-latest
|
||||
container: gitea/act_runner:nightly-dind-rootless
|
||||
container: docker:20.10.7
|
||||
|
||||
steps:
|
||||
# - name: Run Docker
|
||||
|
@ -53,6 +53,7 @@ jobs:
|
|||
# - name: Test tags
|
||||
# run: |
|
||||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||
|
||||
- name: Build and Push Docker Image
|
||||
run: |
|
||||
docker buildx build \
|
||||
|
|
Loading…
Reference in New Issue