Skip to content

Commit 34a8954

Browse files
committed
Build docker image
Build docker image Trigger GitHub Action Trigger GitHub Action Trigger GitHub Action Create docker-publish.yml Fix acction to start action
1 parent e5d7de5 commit 34a8954

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-publish.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Build Docker Image, Push to GHCR
33
on:
44
push:
55
# Publish HEAD of main branch as :latest image tag
6-
branches: [ "main" ]
6+
branches: [ "main", "ohm" ]
77
# Publish semver tags as named image tags
8-
tags: [ 'v*.*.*' ]
8+
# tags: [ 'v*.*.*' ]
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: osmcha/osmcha-frontend
12+
IMAGE_NAME: opnhistoricalmap/osmcha-frontend
1313

1414
jobs:
1515
build:
@@ -50,4 +50,4 @@ jobs:
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
5252
cache-from: type=gha
53-
cache-to: type=gha,mode=max
53+
cache-to: type=gha,mode=max

config-overrides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const RUNTIME_CACHING = [
2626
}
2727
},
2828
{
29-
urlPattern: /^https:\/\/real-changesets\.s3\.us-west-2\.amazonaws\.com\/.*/,
29+
urlPattern: /^https:\/\/real-changesets-ohm\.s3\.us-east-1\.amazonaws\.com\/.*/,
3030
handler: 'cacheFirst',
3131
options: {
3232
cache: {

0 commit comments

Comments
 (0)