We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900d7e0 commit a2e04a7Copy full SHA for a2e04a7
.github/workflows/ci.yml
@@ -15,9 +15,6 @@ jobs:
15
matrix:
16
autoconf_version: ["2.69", "2.71", "2.72"]
17
runs-on: ubuntu-latest
18
- defaults:
19
- run:
20
- working-directory: ./autoconf
21
env:
22
TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}
23
steps:
@@ -28,7 +25,7 @@ jobs:
28
25
- name: Build Dockerfile
29
26
uses: docker/build-push-action@v5
30
27
with:
31
- context: .
+ context: ./autoconf
32
build-args: AUTOCONF_VERSION=${{ matrix.autoconf_version }}
33
load: true
34
tags: ${{ env.TAG }}
0 commit comments