mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 00:01:08 +07:00
Update test config
This commit is contained in:
parent
f316daf728
commit
95ec889024
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# If the version has changed, create a new git tag for it.
|
||||
- name: Tag
|
||||
- name: Tag Package
|
||||
id: package_autotagger
|
||||
uses: butlerlogic/action-autotag@master
|
||||
with:
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# If the version has changed, create a new git tag for it.
|
||||
- name: Tag
|
||||
- name: Tag Dockerfile
|
||||
id: docker_autotagger
|
||||
uses: butlerlogic/action-autotag@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user