Skip to content

Commit

Permalink
remove from directory
Browse files Browse the repository at this point in the history
  • Loading branch information
clbx committed May 27, 2024
1 parent 8e657fc commit 55cbc25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build Image
on:
push:
paths:
- Dockerfiles/**
- Dockerfile
- entrypoint.sh

jobs:
build:
Expand All @@ -21,7 +22,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: Dockerfiles
context: .
file: ./Dockerfile
push: true
tags: |
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 55cbc25

Please sign in to comment.