Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2e04a7

Browse files
authored
ci: Set working directory as autoconf (#2)
* ci: Set working directory as autoconf* fix
1 parent900d7e0 commita2e04a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
matrix:
1616
autoconf_version:["2.69", "2.71", "2.72"]
1717
runs-on:ubuntu-latest
18-
defaults:
19-
run:
20-
working-directory:./autoconf
2118
env:
2219
TAG:autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}
2320
steps:
@@ -28,7 +25,7 @@ jobs:
2825
-name:Build Dockerfile
2926
uses:docker/build-push-action@v5
3027
with:
31-
context:.
28+
context:./autoconf
3229
build-args:AUTOCONF_VERSION=${{ matrix.autoconf_version }}
3330
load:true
3431
tags:${{ env.TAG }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp