Skip to content

Commit

Permalink
updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
davenicoll committed Jun 2, 2023
1 parent d552f9f commit 49095e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: ["main"]
paths:
- "Dockerfile/**"
- "images/**"
schedule:
- cron: "0 2 * * 0" # Weekly on Sundays at 02:00

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
buildoptions: "--compress --force-rm"
dockerfile: Dockerfile/standard-alpine-amd64
dockerfile: images/standard-alpine-amd64/Dockerfile
tags: "latest,${{ env.IMAGE_TAG }}"

standard-ubuntu:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
buildoptions: "--compress --force-rm"
dockerfile: Dockerfile/standard-ubuntu-amd64
dockerfile: images/standard-ubuntu-amd64/Dockerfile
tags: "latest,${{ env.IMAGE_TAG }}"

full-alpine:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
buildoptions: "--compress --force-rm"
dockerfile: Dockerfile/full-alpine-amd64
dockerfile: images/full-alpine-amd64/Dockerfile
tags: "latest,${{ env.IMAGE_TAG }}"

full-ubuntu:
Expand Down Expand Up @@ -157,5 +157,5 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
buildoptions: "--compress --force-rm"
dockerfile: Dockerfile/full-ubuntu-amd64
dockerfile: images/full-ubuntu-amd64/Dockerfile
tags: "latest,${{ env.IMAGE_TAG }}"

0 comments on commit 49095e3

Please sign in to comment.