Skip to content

Commit

Permalink
rearrange repo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrr committed Jan 23, 2024
1 parent 6d6a5a4 commit 31309f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
- name: Build and push management image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
file: ./management/Dockerfile
push: true
tags: ghcr.io/${{ github.repository_owner }}/edgek8s-management:latest
File renamed without changes.

0 comments on commit 31309f5

Please sign in to comment.