update: tweaked ordering of env variables

This commit is contained in:
Kyle Affolder
2025-02-07 14:58:33 -05:00
parent 374eda4103
commit 1dd05fee50
+2 -4
View File
@@ -11,18 +11,16 @@ on:
- 'docs/**'
env:
ALPINE_VERSION: "23-alpine"
DEBIAN_VERSION: "23-slim"
# Registry URLs
DOCKERHUB_REGISTRY: docker.io
GITHUB_REGISTRY: ghcr.io
# Docker Hub image name (using Docker Hub username)
DOCKERHUB_IMAGE_NAME: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}
# GitHub image name (formatted as `account/repo`)
GITHUB_IMAGE_NAME: ${{ github.repository }}
ALPINE_VERSION: "23-alpine"
DEBIAN_VERSION: "23-slim"
jobs:
build_and_push_to_registries:
name: Push Docker images to Docker Hub and GitHub Container Registry