Skip to content

Commit

Permalink
add def working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Jul 14, 2024
1 parent 0f35cf8 commit ddd25b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
schedule:
- cron: "0 13 * * *"

defaults:
run:
working-directory: linx-server

env:
REGISTRY: ghcr.io
REPO: r-techsupport
Expand Down Expand Up @@ -58,7 +62,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: linx-server/Dockerfile
file: Dockerfile

sbom-attestation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ddd25b0

Please sign in to comment.