Skip to content

Commit

Permalink
Revert Actions Release workflow to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 8, 2021
1 parent 0eaa46f commit 9e5c103
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v2
uses: docker/build-push-action@v1
with:
push: true
tags: rcos/telescope:latest
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: rcos/telescope/telescope
tag_with_ref: 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.3"
version = "0.2.4"
authors = [
"Antonia \"Nia\" Calia-Bogan <[email protected]>"
]
Expand Down

0 comments on commit 9e5c103

Please sign in to comment.