Skip to content

Commit 4120bf1

Browse files
committed
Fix acction to start action
1 parent b3b09a9 commit 4120bf1

File tree

2 files changed

+6
-53
lines changed

2 files changed

+6
-53
lines changed

.github/workflows/docker-publish.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ name: Build Docker Image, Push to GHCR
22

33
on:
44
push:
5-
branches: [ "main", "ohm"]
5+
# Publish HEAD of main branch as :latest image tag
6+
branches: [ "main", "ohm" ]
7+
# Publish semver tags as named image tags
8+
# tags: [ 'v*.*.*' ]
69

710
env:
811
REGISTRY: ghcr.io
9-
IMAGE_NAME: openhistoricalmap/osmcha-frontend
12+
IMAGE_NAME: opnhistoricalmap/osmcha-frontend
1013

1114
jobs:
1215
build:
@@ -47,4 +50,4 @@ jobs:
4750
tags: ${{ steps.meta.outputs.tags }}
4851
labels: ${{ steps.meta.outputs.labels }}
4952
cache-from: type=gha
50-
cache-to: type=gha,mode=max
53+
cache-to: type=gha,mode=max

.github/workflows/docker-publish.yml

-50
This file was deleted.

0 commit comments

Comments
 (0)