Skip to content

Commit

Permalink
mob next
Browse files Browse the repository at this point in the history
lastFile:.github/workflows/accessibility-docker-build.yml
  • Loading branch information
amorrow-flexion committed Nov 9, 2023
1 parent dc21f21 commit 2946ec9
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions .github/workflows/accessibility-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
push:
paths:
- "ops/docker/axe/**"
paths-ignore:
- "docs/**"
- "*.md"
- "**/*.md"
# branches-ignore:
# - "mob/**"
workflow_dispatch:
Expand All @@ -18,16 +14,16 @@ jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: ACR Login
uses: azure/docker-login@v1
with:
login-server: ${{ secrets.AZ_ACR_LOGIN_SERVER }}
username: ${{ secrets.AZ_ACR_USERNAME }}
password: ${{ secrets.AZ_ACR_PASSWORD }}
- name: Build & Publish
run: |
pushd ./ops/docker/axe
docker build -t ${{ secrets.AZ_ACR_LOGIN_SERVER }}/axe:${{ github.sha }}
docker push ${{ secrets.AZ_ACR_LOGIN_SERVER }}/axe:${{ github.sha }}
- name: Checkout
uses: actions/checkout@v3
- name: ACR Login
uses: azure/docker-login@v1
with:
login-server: ${{ secrets.AZ_ACR_LOGIN_SERVER }}
username: ${{ secrets.AZ_ACR_USERNAME }}
password: ${{ secrets.AZ_ACR_PASSWORD }}
- name: Build & Publish
run: |
pushd ./ops/docker/axe
docker build -t ${{ secrets.AZ_ACR_LOGIN_SERVER }}/axe:${{ github.sha }}
docker push ${{ secrets.AZ_ACR_LOGIN_SERVER }}/axe:${{ github.sha }}

0 comments on commit 2946ec9

Please sign in to comment.