Skip to content

Commit e62c3f2

Browse files
test
1 parent 1883c87 commit e62c3f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
context: .
4141
file: ./docker/Dockerfile
4242
push: ${{ github.event_name != 'pull_request' }}
43-
tags: ${{ steps.meta.outputs.tags }}
43+
tags: main,latest,${{ steps.meta.outputs.tags }}
4444
labels: ${{ steps.meta.outputs.labels }}
4545
cache-from: type=gha
4646
cache-to: type=gha,mode=max

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ services:
44
plan: free
55
runtime: image
66
image:
7-
url: ghcr.io/ruby-network/ruby:latest
7+
url: ghcr.io/ruby-network/ruby:main

0 commit comments

Comments
 (0)