Skip to content

Commit c3399ba

Browse files
committed
Added travis SLUG variable to Makefile
1 parent 6b4623e commit c3399ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ PLUGIN_NAME_ROOTFS=docker-volume-linode:rootfs.${TRAVIS_BUILD_NUMBER}
1919

2020
# e.g: docker-volume-linode:master.30
2121
# e.g: docker-volume-linode:v1.1.30
22-
PLUGIN_NAME=linode/docker-volume-linode:${TRAVIS_BRANCH}.${TRAVIS_BUILD_NUMBER}
23-
PLUGIN_NAME_LATEST=linode/docker-volume-linode:latest
22+
PLUGIN_NAME=${TRAVIS_REPO_SLUG}:${TRAVIS_BRANCH}.${TRAVIS_BUILD_NUMBER}
23+
PLUGIN_NAME_LATEST=${TRAVIS_REPO_SLUG}:latest
2424

2525
PLUGIN_DIR=plugin-contents-dir
2626

0 commit comments

Comments
 (0)