mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
I should read the files I copy more carefully
This commit is contained in:
parent
9b695db544
commit
59a200f61d
2 changed files with 1 additions and 2 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -38,7 +38,6 @@ jobs:
|
||||||
- name: "🏗 Build and push the Docker image"
|
- name: "🏗 Build and push the Docker image"
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
target: "telegram"
|
|
||||||
tags: >-
|
tags: >-
|
||||||
ghcr.io/${{ steps.reponame.outputs.lowercase }}:${{ steps.semver.outputs.precedence }},
|
ghcr.io/${{ steps.reponame.outputs.lowercase }}:${{ steps.semver.outputs.precedence }},
|
||||||
ghcr.io/${{ steps.reponame.outputs.lowercase }}:${{ steps.semver.outputs.core }},
|
ghcr.io/${{ steps.reponame.outputs.lowercase }}:${{ steps.semver.outputs.core }},
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1032,7 +1032,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "patched_porobot"
|
name = "patched_porobot"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glob",
|
"glob",
|
||||||
"itertools 0.10.3",
|
"itertools 0.10.3",
|
||||||
|
|
Loading…
Reference in a new issue