Skip to content

Commit

Permalink
Revert "update workflows"
Browse files Browse the repository at this point in the history
This reverts commit 8893291.
  • Loading branch information
sharhio committed Aug 29, 2023
1 parent e95df22 commit 5c3f7f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/next_virtualmonitor-app(dev).yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: "!startsWith(github.event.head_commit.message, '[DEPLOY]')"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
with:
token: ${{ secrets.GIT_SECRET }}
- run: git config --global user.name 'Digitransit'
Expand All @@ -35,8 +35,8 @@ jobs:
if: "startsWith(github.event.head_commit.message, '[DEPLOY]')"
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: azure/docker-login@v2
uses: actions/checkout@v2
- uses: azure/docker-login@v1
with:
login-server: https://index.docker.io/v1/
username: ${{ secrets.AzureAppService_ContainerUsername_43e4c8bef39f4f7d9da4f67dc0bafa48 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/next_virtualmonitor-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2

- uses: azure/docker-login@v2
- uses: azure/docker-login@v1
with:
login-server: https://index.docker.io/v1/
username: ${{ secrets.AzureAppService_ContainerUsername_43e4c8bef39f4f7d9da4f67dc0bafa48 }}
Expand Down

0 comments on commit 5c3f7f7

Please sign in to comment.