Skip to content

Commit

Permalink
chore(ci): prep image release to container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
heronimus committed Aug 14, 2023
1 parent 127f459 commit 641a35a
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
tags:
- 'v*.*.*'


env:
CARDINAL_REGISTRY_PATH: starter-game-template/cardinal
NAKAMA_REGISTRY_PATH: starter-game-templa/nakama
Expand Down Expand Up @@ -73,3 +72,18 @@ jobs:
with:
version: latest
args: test
images-release:
runs-on: ubuntu-latest
needs: mage-build
efaults:
run:
shell: bash
strategy:
matrix:
go-version: [1.20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- run: docker images

0 comments on commit 641a35a

Please sign in to comment.