Skip to content

Commit

Permalink
Merge pull request #124 from entelecheia/main
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia authored Nov 20, 2023
2 parents 557445a + 8b6394e commit 8c9f040
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.app.env

Expand All @@ -73,7 +73,7 @@ jobs:
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./.docker/Dockerfile.app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.base.env
Expand All @@ -59,7 +59,7 @@ jobs:
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.0.0
uses: docker/metadata-action@v5.1.0
with:
images: ${{ env.IMAGE_NAME }}
tags: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-app-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.app.env

Expand All @@ -71,7 +71,7 @@ jobs:
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./.docker/Dockerfile.app
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.base.env
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.
- name: Build and push Docker image
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./.docker/Dockerfile.base
Expand Down
6 changes: 3 additions & 3 deletions tmp/.github/workflows/deploy-app-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.app.env

Expand Down
6 changes: 3 additions & 3 deletions tmp/.github/workflows/deploy-base-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
run: bash .github/scripts/free-disk-space.sh

- name: Version from version file
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: ./.docker/docker.version

- name: Common environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.common.env

- name: Environment Variables from Dotenv
uses: c-py/action-dotenv-to-setenv@v4
uses: c-py/action-dotenv-to-setenv@v5
with:
# use branch name as suffix for dotfile
env-file: ./.docker/docker.base.env
Expand Down

0 comments on commit 8c9f040

Please sign in to comment.