test workflow build and push on gitea registry
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user