Skip to content

Update base image stability tag to 2.14.1 #172

Update base image stability tag to 2.14.1

Update base image stability tag to 2.14.1 #172

Workflow file for this run

name: Build docker image
on:
push:
branches:
- master
tags:
- '*'
env:
BASE_IMAGE_STABILITY_TAG: 2.14.1
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
jobs:
varnish-60:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-qemu-action@v1
with:
platforms: amd64,arm64
- uses: docker/setup-buildx-action@v1
- uses: ./.github/actions
with:
version: '6.0.12'
tags: 6.0,6,latest
platform: linux/amd64,linux/arm64