Skip to content

Updated the base image and the git-lfs installation method (#7) #8

Updated the base image and the git-lfs installation method (#7)

Updated the base image and the git-lfs installation method (#7) #8

Workflow file for this run

name: dockerhub
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: simenduev
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
push: true
tags: |
simenduev/jenkins-auto-slave:${{ github.ref_name }}
simenduev/jenkins-auto-slave:latest