Skip to content

Commit

Permalink
chore: Remove unnecessary upload/download artifact step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Dec 28, 2022
1 parent 64acef8 commit 2dc9b14
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: cache-artifact
uses: actions/upload-artifact@v3
with:
name: release
path: dist/ec2-price-exporter_linux_amd64/ec2-price-exporter

push_to_registries:
name: Push Docker image to Docker Hub and GitHub Packages
runs-on: ubuntu-latest
Expand All @@ -51,11 +45,6 @@ jobs:
with:
fetch-depth: 0

- name: get-artifact
uses: actions/download-artifact@v3
with:
name: release

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 2dc9b14

Please sign in to comment.