Skip to content

Commit

Permalink
Move Docker image files to docker subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Apr 12, 2024
1 parent 1432a5b commit a52f727
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .dockerignore

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build and load into Docker
uses: docker/build-push-action@v5
with:
context: .
context: ./docker
load: true
tags: ${{ env.TEST_TAG }}
- name: Test
Expand All @@ -49,7 +49,7 @@ jobs:
if: ${{ env.RELEASING }}
uses: docker/build-push-action@v5
with:
context: .
context: ./docker
push: ${{ env.RELEASING }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a52f727

Please sign in to comment.