Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MTSOnGithub committed Jun 17, 2024
1 parent 5f4e8bf commit 211cafe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Build HDFS
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: |
mtsrus/hadoop:${{ github.ref_name }}-hadoop${{ matrix.hadoop-version }}-hdfs
Expand All @@ -58,7 +58,7 @@ jobs:
provenance: mode=max

- name: Build Yarn
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: |
mtsrus/hadoop:${{ github.ref_name }}-hadoop${{ matrix.hadoop-version }}-yarn
Expand All @@ -77,7 +77,7 @@ jobs:
provenance: mode=max

- name: Build Hive
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: |
mtsrus/hadoop:${{ github.ref_name }}-hadoop${{ matrix.hadoop-version }}-hive${{ matrix.hive-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build HDFS
id: build-hdfs
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: mtsrus/hadoop:${{ github.run_id }}-hadoop${{ matrix.hadoop-major-version }}-hdfs
context: ./hdfs
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
COMPOSE_PROJECT_NAME: ${{ github.run_id }}-hadoop${{ matrix.hadoop-major-version }}-hdfs

- name: Build Yarn
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: mtsrus/hadoop:${{ github.run_id }}-hadoop${{ matrix.hadoop-major-version }}-yarn
context: ./yarn
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
COMPOSE_PROJECT_NAME: ${{ github.run_id }}-hadoop${{ matrix.hadoop-major-version }}-yarn

- name: Build Hive
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: mtsrus/hadoop:${{ github.run_id }}-hadoop${{ matrix.hadoop-major-version }}-hive${{ matrix.hive-version }}
context: ./hive
Expand Down

0 comments on commit 211cafe

Please sign in to comment.