Skip to content

Upgrade Maven to 3.9.9 #45

Upgrade Maven to 3.9.9

Upgrade Maven to 3.9.9 #45

Workflow file for this run

name: jdk-17
on:
push:
branches: [ main ]
paths: [ 'jdk-17/**' ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./jdk-17
tags: markhobson/maven-chrome:jdk-17
push: true