Skip to content

Commit

Permalink
Tweak docker workflow and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 8, 2021
1 parent bac7bd1 commit 46beaa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@ jobs:
- name: Push to GitHub Packages
uses: docker/build-push-action@v2
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: rcos/telescope/telescope
tag_with_ref: true
push: true
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telescope"
version = "0.2.1"
version = "0.2.2"
authors = [
"Antonia \"Nia\" Calia-Bogan <[email protected]>"
]
Expand Down

0 comments on commit 46beaa3

Please sign in to comment.