Skip to content

Commit

Permalink
fix: update container registry ref (#22)
Browse files Browse the repository at this point in the history
* fix: update container registry ref

Signed-off-by: Martin Buchleitner <[email protected]>

* no arm

Signed-off-by: Martin Buchleitner <[email protected]>

---------

Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda authored Dec 11, 2024
1 parent d61cc87 commit 70d90bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dockerfile: "${{ matrix.container }}/Dockerfile"
image_name: "${{ github.repository }}/${{matrix.container}}"
score: 50
platforms: "linux/amd64, linux/arm64"
# platforms: "linux/amd64, linux/arm64"
release: false

release:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/go-events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: go-events
image: ghcr.io/infralovers/12-factor-app-go
image: quay.io/infralovers/12-factor-app/go
env:
- name: APP_PORT
value: "6000"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/node-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
spec:
containers:
- name: controller
image: ghcr.io/infralovers/12-factor-app-node
image: quay.io/infralovers/12-factor-app/node
env:
- name: APP_PORT
value: "3000"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/python-messages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: messages
image: ghcr.io/infralovers/12-factor-app-python
image: quay.io/infralovers/12-factor-app/python
env:
- name: "APP_PORT"
value: "5000"
Expand Down

0 comments on commit 70d90bd

Please sign in to comment.