Skip to content

Update for AWS SAM CLI, pnpm added, tags for NodeJS v14 removed #35

Update for AWS SAM CLI, pnpm added, tags for NodeJS v14 removed

Update for AWS SAM CLI, pnpm added, tags for NodeJS v14 removed #35

name: awesome-deploy-jdk11
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push Docker images
uses: docker/[email protected]
with:
context: jdk11/.
push: true
tags: peniakoff/awesome-deploy:jdk11-latest