Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Feb 8, 2024
1 parent 14fe10e commit 96fb4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
config:
- { tag: "test", dockerfile: "./test/Dockerfile", context: "./test"}
- { tag: "test", dockerfile: "test/Dockerfile"}

steps:
- name: Set up QEMU
Expand All @@ -34,7 +34,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v5
with:
context: ${{ matrix.config.context }}
context: .
push: true
tags: "ghcr.io/bnosac/blackbar-${{ matrix.config.tag }}:latest"
file: ${{ matrix.config.dockerfile }}

0 comments on commit 96fb4cc

Please sign in to comment.