Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert 1 new ci workflow #3

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
67 changes: 0 additions & 67 deletions .github/workflows/build-test-app.yaml

This file was deleted.

23 changes: 13 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v3
name: Check out code

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand All @@ -27,12 +28,14 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

# - name: Build and Push Docker Image
# uses: mr-smithers-excellent/docker-build-push@v4
# with:
# image: nanajanashia/demo-app
# registry: docker.io
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}

- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image
with:
image: repo/image
tags: v1, latest
registry: docker.io
# dockerfile: Dockerfile.ci
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

43 changes: 0 additions & 43 deletions .github/workflows/gradle.yml

This file was deleted.

Loading