Skip to content

Commit

Permalink
ci: Set working directory as autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Sep 23, 2024
1 parent 900d7e0 commit d5a54ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
matrix:
autoconf_version: ["2.69", "2.71", "2.72"]
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./autoconf
env:
TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}
steps:
Expand All @@ -27,6 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Build Dockerfile
uses: docker/build-push-action@v5
working-directory: ./autoconf
with:
context: .
build-args: AUTOCONF_VERSION=${{ matrix.autoconf_version }}
Expand Down

0 comments on commit d5a54ce

Please sign in to comment.