Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Feb 8, 2024
1 parent 63a1477 commit a1ce82e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build
on:
push:
branches:
- 'master'
- 'main'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'master'
- 'main'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Astria Indexer
[![Build Status](https://github.com/celenium-io/astria-indexer/workflows/Build/badge.svg)](https://github.com/celenium-io/astria-indexer/actions?query=branch%3Amaster+workflow%3A%22Build%22)
[![Build Status](https://github.com/celenium-io/astria-indexer/workflows/Build/badge.svg)](https://github.com/celenium-io/astria-indexer/actions?query=branch%main+workflow%3A%22Build%22)
[![made_with golang](https://img.shields.io/badge/made_with-golang-blue.svg)](https://golang.org/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.6"

services:
indexer:
image: ghcr.io/celenium-io/astria-indexer:${TAG:-master}
image: ghcr.io/celenium-io/astria-indexer:${TAG:-main}
build:
dockerfile: build/indexer/Dockerfile
context: .
Expand All @@ -20,7 +20,7 @@ services:

api:
restart: always
image: ghcr.io/celenium-io/astria-indexer-api:${TAG:-master}
image: ghcr.io/celenium-io/astria-indexer-api:${TAG:-main}
build:
context: .
dockerfile: build/api/Dockerfile
Expand Down

0 comments on commit a1ce82e

Please sign in to comment.