From 75fc3073e8813db30ddfd300eede3ad129d99d96 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 5 Feb 2024 17:31:42 +0900 Subject: [PATCH] Update Github actions --- .github/workflows/images_build_rhel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index 9edecdd6c..7897bbcfe 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -277,13 +277,13 @@ jobs: image: ${{ steps.build_image.outputs.image-with-tag }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 - name: Generate tags id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: zabbix-${{ matrix.build }} tags: | @@ -316,13 +316,13 @@ jobs: runs-on: [self-hosted, linux, ARM64] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 - name: Generate tags id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: zabbix-build-${{ matrix.build }} tags: |