Skip to content

Bump alpine from 3.18.3 to 3.19.1 (#39) #37

Bump alpine from 3.18.3 to 3.19.1 (#39)

Bump alpine from 3.18.3 to 3.19.1 (#39) #37

Workflow file for this run

name: Docker Image CICD
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
-
name: Login to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
id: docker_build
uses: docker/build-push-action@v5
with:
push: true
tags: jcgillespie/mssql-sqlpackage:latest