Skip to content

Commit

Permalink
Move Docker setup from code/docker to docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann committed Aug 6, 2024
1 parent fedadec commit 62bdc96
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/dockerhub-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ name: ci
on:
push:
paths:
- 'code/docker/**'
- 'docker/**'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Dotenv Action
uses: falti/[email protected]
with:
path: docker/.env
log-variables: true
export-variables: true
- name: "Set up QEMU"
uses: docker/setup-qemu-action@v3
- name: "Set up Docker Buildx"
Expand All @@ -19,6 +25,6 @@ jobs:
- name: "Build and push"
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:code/docker"
context: "{{defaultContext}}:docker"
push: true
tags: germann/dockerhub-ci:test

0 comments on commit 62bdc96

Please sign in to comment.