Skip to content

Commit

Permalink
Re-enable release image flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Aug 18, 2022
1 parent 9dd788a commit f442057
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
branches:
- master
- develop
- refactor-into-stack # TODO: remove this
tags:
- v[0-9]+.[0-9]+.[0-9]+*

Expand All @@ -32,11 +31,11 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# - name: Login to DockerHub # TODO: uncomment this
# uses: docker/login-action@v1
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to DockerHub # TODO: uncomment this
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker meta base
id: meta_base
uses: docker/metadata-action@v4
Expand Down

0 comments on commit f442057

Please sign in to comment.