Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit e8b2607

Browse files
authored
Update docker.yml
1 parent 2abcceb commit e8b2607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: deploy Docker
3+
name: Deploy Docker
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the master branch
@@ -24,3 +24,4 @@ jobs:
2424
name: mceddy/smartdisplay-server
2525
username: ${{ secrets.DOCKER_USERNAME }}
2626
password: ${{ secrets.DOCKER_PASSWORD }}
27+
tags: "latest,${{ env.RELEASE_VERSION }}"

0 commit comments

Comments
 (0)