Skip to content

Commit

Permalink
Update various evolutions (poketwo#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni authored Oct 2, 2021
1 parent 7d85dfc commit d6466b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Image CI
on:
push:
branches:
- master
- "*"

jobs:
build:
Expand All @@ -14,12 +14,14 @@ jobs:
token: ${{ secrets.GHCR_PAT }}
submodules: true

- uses: nelonoel/[email protected]
- name: Prepare Environment
uses: nelonoel/[email protected]

- name: Publish Image
uses: whoan/docker-build-with-cache-action@v5
with:
username: poketwo
password: ${{ secrets.GHCR_PAT }}
registry: ghcr.io
image_name: poketwo
image_tag: latest,${{ github.sha }}
image_tag: latest,${{ env.BRANCH_NAME }},${{ github.sha }}
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "data"]
path = data
url = https://github.com/poketwo/data-private.git
url = https://github.com/poketwo/data.git
2 changes: 1 addition & 1 deletion data
Submodule data updated 3 files
+13 −22 csv/evolution.csv
+1 −0 csv/items.csv
+16 −16 csv/pokemon.csv

0 comments on commit d6466b1

Please sign in to comment.