Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fastplzplzplzrealplz
Browse files Browse the repository at this point in the history
  • Loading branch information
yjm080821 committed Aug 26, 2024
1 parent 58e25f6 commit 136f87f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
on:
workflow_dispatch:
push:
# Run when commits are pushed to mainline branch (main or master)
branches:
- main

# Set up permissions for deploying with secretless Azure federated credentials
permissions:
id-token: write
contents: read
Expand All @@ -25,6 +23,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

Expand Down

0 comments on commit 136f87f

Please sign in to comment.