Skip to content

Commit

Permalink
fixed more naming issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansheehan committed Mar 31, 2021
1 parent 61bb238 commit 914ae6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- mobile-*

jobs:
build-vanilla:
name: build vanilla
build-mobile:
name: build mobile
runs-on: ubuntu-latest

steps:
Expand All @@ -28,10 +28,10 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v2
with:
context: ./vanilla
file: vanilla/Dockerfile
context: ./mobile
file: mobile/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le
push: true
tags: |
ryshe/terraria:vanilla-mobile-latest
ryshe/terraria:mobile-latest
ryshe/terraria:${{ steps.get_version.outputs.VERSION }}
File renamed without changes.

0 comments on commit 914ae6a

Please sign in to comment.