Skip to content

Commit

Permalink
refactor: mod-downloader を docker-images ディレクトリ以下に移動する
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Dec 18, 2022
1 parent 0c1692a commit 468d914
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mod_downloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths:
- ".github/workflows/mod_downloader.yaml"
- "util-scripts/mod-downloader/**"
- "docker-images/mod-downloader/**"

env:
IMAGE: ghcr.io/giganticminecraft/mod-downloader
Expand All @@ -23,15 +23,15 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: latest
working-directory: util-scripts/mod-downloader
working-directory: docker-images/mod-downloader

build-image:
name: Build docker image (and publish on master)
needs: [lint-and-test]
runs-on: ubuntu-20.04
defaults:
run:
working-directory: util-scripts/mod-downloader
working-directory: docker-images/mod-downloader
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
context: ./util-scripts/mod-downloader/
context: ./docker-images/mod-downloader/
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 468d914

Please sign in to comment.