Skip to content

Commit e9f9816

Browse files
oops
1 parent b833fae commit e9f9816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: main,latest,${{ steps.meta.outputs.tags }}
43+
tags: ${{ steps.meta.outputs.tags }}
4444
labels: ${{ steps.meta.outputs.labels }}
4545
cache-from: type=gha
4646
cache-to: type=gha,mode=max

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22
services:
33
ruby:
44
restart: unless-stopped
5-
image: 'ghcr.io/ruby-network/ruby:main'
5+
image: 'ghcr.io/ruby-network/ruby:latest'
66
ports:
77
#DO NOT CHANGE 9293!
88
- 9293:9293

0 commit comments

Comments
 (0)