mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-18 02:40:52 +01:00
Update nightly_build.yml
This commit is contained in:
parent
7ff48e3246
commit
6855a7323b
6
.github/workflows/nightly_build.yml
vendored
6
.github/workflows/nightly_build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: trunk
|
ref: "refs/heads/trunk"
|
||||||
|
|
||||||
- name: Install buildx
|
- name: Install buildx
|
||||||
env:
|
env:
|
||||||
@ -93,8 +93,10 @@ jobs:
|
|||||||
TAGS_ARRAY=()
|
TAGS_ARRAY=()
|
||||||
|
|
||||||
IMAGE_NAME="${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}"
|
IMAGE_NAME="${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}"
|
||||||
GIT_BRANCH="${{ github.ref }}"
|
GIT_BRANCH="refs/heads/trunk"
|
||||||
GIT_BRANCH=${GIT_BRANCH:11}
|
GIT_BRANCH=${GIT_BRANCH:11}
|
||||||
|
|
||||||
|
cat agent/alpine/Dockerfile | grep VERS
|
||||||
|
|
||||||
echo "::debug::Branch - ${GIT_BRANCH}"
|
echo "::debug::Branch - ${GIT_BRANCH}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user