Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit cc1f41f

Browse files
authored
udpated latest tag to protect existing latest tag
1 parent 7f9eaf9 commit cc1f41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerize-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Push latest Docker for each commit
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, pull-request ]
66
workflow_dispatch:
77

88
jobs:
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
platforms: linux/amd64,linux/arm/v7,linux/arm64
3636
push: true
37-
tags: wickywaka/docker-dhcpd:latest
37+
tags: wickywaka/docker-dhcpd:la-test
3838

3939
- name: Image digest
4040
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)