Skip to content

Commit

Permalink
Merge branch 'master' into deploytest
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jan 25, 2024
2 parents 417e720 + 6d3214b commit 6b85fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
run: sudo apt-get install python3-github

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
env:
DOCKER_USER: ${{ secrets.DOCKER_HUB_USERNAME }}
if: ${{ env.DOCKER_USER != '' }}
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: install docker-build
run: |
Expand Down

0 comments on commit 6b85fe9

Please sign in to comment.