Update Github actions

This commit is contained in:
Alexey Pustovalov 2024-02-05 17:31:42 +09:00
parent 2a657029f1
commit 75fc3073e8

View File

@ -277,13 +277,13 @@ jobs:
image: ${{ steps.build_image.outputs.image-with-tag }} image: ${{ steps.build_image.outputs.image-with-tag }}
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Generate tags - name: Generate tags
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v5
with: with:
images: zabbix-${{ matrix.build }} images: zabbix-${{ matrix.build }}
tags: | tags: |
@ -316,13 +316,13 @@ jobs:
runs-on: [self-hosted, linux, ARM64] runs-on: [self-hosted, linux, ARM64]
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Generate tags - name: Generate tags
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v5
with: with:
images: zabbix-build-${{ matrix.build }} images: zabbix-build-${{ matrix.build }}
tags: | tags: |