Skip to content

Commit

Permalink
ci: Set working directory as autoconf (#2)
Browse files Browse the repository at this point in the history
* ci: Set working directory as autoconf

* fix
  • Loading branch information
corona10 authored Sep 23, 2024
1 parent 900d7e0 commit a2e04a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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 @@ -28,7 +25,7 @@ jobs:
- name: Build Dockerfile
uses: docker/build-push-action@v5
with:
context: .
context: ./autoconf
build-args: AUTOCONF_VERSION=${{ matrix.autoconf_version }}
load: true
tags: ${{ env.TAG }}
Expand Down

0 comments on commit a2e04a7

Please sign in to comment.