revert docker action
This commit is contained in:
parent
ba32147a6d
commit
2ffb92cfb2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue