Skip to content

Commit

Permalink
Docker images are now built only when their data have been changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
XandrosDarkstorm committed Aug 28, 2023
1 parent a046c71 commit e53937a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux-docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Docker for Linux builds
on:
push:
paths:
- 'linux-build/**'
branches:
- master
- main
- dev
tags:
- '*'
pull_request:
paths:
- 'linux-build/**'

env:
DOCKER_IMAGE_NAME: ghcr.io/noxworld-dev/docker-build
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/linux-docker-packaging-appimage.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Docker for Appimage packaging
on:
push:
paths:
- 'linux-packaging-appimage/**'
branches:
- master
- main
- dev
tags:
- '*'
pull_request:
paths:
- 'linux-packaging-appimage/**'

env:
DOCKER_IMAGE_NAME: ghcr.io/noxworld-dev/docker-build
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/win-docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Docker for Windows builds
on:
push:
paths:
- 'windows-build/**'
branches:
- master
- main
- dev
tags:
- '*'
pull_request:
paths:
- 'windows-build/**'

env:
DOCKER_IMAGE_NAME: ghcr.io/noxworld-dev/docker-build
Expand Down

0 comments on commit e53937a

Please sign in to comment.