[Tools Update] Updated nodejs, sbt and go versions #41
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Image CI | |
on: | |
pull_request: | |
branches: | |
- master | |
types: [closed] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out | |
uses: actions/checkout@v3 | |
- name: Docker Build & Push to Docker Hub | |
uses: opspresso/[email protected] | |
with: | |
args: --docker | |
env: | |
USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
PASSWORD: ${{ secrets.DOCKERHUB_ACCESS_KEY }} | |
IMAGE_NAME: "washpost/docker-jenkins" | |
TAG_NAME: "v1.23" | |
LATEST: "true" |