Skip to content

Commit

Permalink
release: 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Sep 21, 2024
1 parent 7a03351 commit 71a750a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: image-tag-exists
uses: tyriis/docker-image-tag-exists@v2.0.3
uses: tyriis/docker-image-tag-exists@v2.1.0
with:
registry: ${{ github.event.inputs.registry }}
repository: ${{ github.event.inputs.repository }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The return message of the registry is not standarized, please open a PR or creat
<!-- start usage -->

```yaml
- uses: tyriis/docker-image-tag-exists@v2.0.3
- uses: tyriis/docker-image-tag-exists@v2.1.0
with:
# The container image registry
registry: docker.io
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-image-tag-exists",
"version": "2.0.3",
"version": "2.1.0",
"description": "This action query a docker container registry to check if a given tag exists",
"main": "src/index.mjs",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"lint:fix": "eslint \"src/**/*.mjs\" --fix"
},
"keywords": [],
"author": "",
"author": "Nils Müller<[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
Expand Down

0 comments on commit 71a750a

Please sign in to comment.