Skip to content

Commit

Permalink
Fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 16, 2023
1 parent 55b37aa commit a537157
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2


- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Log in to the registry
uses: docker/login-action@v1
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: GUI image tags & labels
id: meta-gui
uses: docker/metadata-action@v3
Expand Down

0 comments on commit a537157

Please sign in to comment.