Skip to content

Merge pull request #45 from miguno/dependabot/maven/spotbugs.version-… #270

Merge pull request #45 from miguno/dependabot/maven/spotbugs.version-…

Merge pull request #45 from miguno/dependabot/maven/spotbugs.version-… #270

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
# To cancel a currently running workflow from the same PR, branch, or tag
# when a new workflow is triggered.
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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)