revert docker action

This commit is contained in:
Troy 2025-02-12 13:02:19 +00:00
parent ba32147a6d
commit 2ffb92cfb2
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

@ -3,7 +3,7 @@ name: Docker
on:
push:
branches:
- "alpine-interactivity"
- "main"
env:
REGISTRY: ghcr.io
@ -38,7 +38,7 @@ jobs:
context: .
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:testing
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
- name: Get repository name