Add latest tag
All checks were successful
Build and Publish / release (push) Successful in 2m44s

This commit is contained in:
Ryan McGuire 2025-01-05 11:44:48 -05:00
parent f0f6c58f0b
commit eecaf2a82e

View File

@ -79,7 +79,9 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: ${{ env.DOCKER_IMG }}:${{ github.ref_name }} tags: |
${{ env.DOCKER_IMG }}:${{ github.ref_name }}
${{ env.DOCKER_IMG }}:latest
build-args: | build-args: |
VER_PKG=${{ env.VER_PKG }} VER_PKG=${{ env.VER_PKG }}
VERSION=${{ github.ref_name }} VERSION=${{ github.ref_name }}