Skip to content

Commit

Permalink
Switch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
eXistenZNL committed Feb 11, 2025
1 parent ff7d6c0 commit f0d26df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
env:
TAG: ${{ matrix.tag }}
- name: Login to Docker Hub
if: github.repository_owner == 'eXistenZNL' && github.ref == 'refs/heads/master'
if: github.repository_owner == 'eXistenZNL' && github.ref == 'refs/heads/main'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build multi-arch and push the container to Docker Hub
env:
TAG: ${{ matrix.tag }}
if: github.repository_owner == 'eXistenZNL' && github.ref == 'refs/heads/master'
if: github.repository_owner == 'eXistenZNL' && github.ref == 'refs/heads/main'
run: make buildx-and-push TAG=$(printenv TAG)

0 comments on commit f0d26df

Please sign in to comment.