Skip to content

Use Quarkus 3.10.0 to implement the REST app #45

Use Quarkus 3.10.0 to implement the REST app

Use Quarkus 3.10.0 to implement the REST app #45

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build the Docker image
run: docker buildx build . --file Dockerfile --tag miguno/java-docker-build-tutorial:$(date +%s)