test workflow build and push on gitea registry
This commit is contained in:
parent
5a92886103
commit
93d220759d
|
@ -17,7 +17,6 @@ jobs:
|
|||
|
||||
login_docker_registry:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker:latest
|
||||
|
||||
steps:
|
||||
- name: Login to Docker Registry
|
||||
|
@ -53,13 +52,6 @@ jobs:
|
|||
# - name: Test tags
|
||||
# run: |
|
||||
# echo "Latest tag found: ${{ steps.get_tags.outputs.latest_tag }}"
|
||||
|
||||
# - name: Build and push Docker image
|
||||
# uses: docker/build-push-action@v2
|
||||
# with:
|
||||
# context: "{{defaultContext}}"
|
||||
# push: true
|
||||
# tags: "git.coopgo.io/coopgo-platform/mobility-accounts:test"
|
||||
- name: Build and Push Docker Image
|
||||
run: |
|
||||
docker buildx build \
|
||||
|
|
Loading…
Reference in New Issue