Skip to content

Commit

Permalink
build: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FlandreDaisuki committed Aug 26, 2023
1 parent d0dae6a commit d95abbb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,23 @@ jobs:
uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
# aka docker/login-action@v2.1.0
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
# aka docker/login-action@v2.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@c4ee3adeed93b1fa6a762f209fb01608c1a22f1e
# aka docker/metadata-action@v4.4.0
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
# aka docker/metadata-action@v4.6.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
# aka docker/build-push-action@4.0.0
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
# aka docker/build-push-action@4.1.1
with:
context: .
file: ./docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dmhy-subscribe",
"version": "1.0.4",
"version": "1.0.5",
"description": "Subscribe by keywords and download megnets",
"keywords": [],
"license": "ISC",
Expand Down

0 comments on commit d95abbb

Please sign in to comment.