Skip to content

Commit

Permalink
Don't enable experimental docker features in release process
Browse files Browse the repository at this point in the history
  • Loading branch information
hikhvar committed Mar 25, 2024
1 parent 20da321 commit 0191b7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
# Github Registry does not support the github actions token
- name: Login to Github Registry
run: echo ${{secrets.PERSONAL_ACCESS_TOKEN }} | docker login ghcr.io -u hikhvar --password-stdin
- name: Enable docker experimental features for docker manifests
run: |
echo '{"experimental": true}' | sudo tee -a /etc/docker/daemon.json
sudo systemctl restart docker
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 0191b7b

Please sign in to comment.