Skip to content

Commit a2e04a7

Browse files
authored
ci: Set working directory as autoconf (#2)
* ci: Set working directory as autoconf * fix
1 parent 900d7e0 commit a2e04a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/ci.yml

+1-4
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)