Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Apr 28, 2024
1 parent a59e74f commit eaf5982
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
flavor: [ lazydl, standalone ]
os: [ ubuntu, alpine ]
steps:
- uses: actions/checkout@v3
- uses: docker/metadata-action@v4
- uses: actions/checkout@v4
- uses: docker/metadata-action@v5
id: metadata
with:
images: runmymind/docker-android-sdk
Expand All @@ -37,7 +37,7 @@ jobs:
type=raw,value=lazydl,enable=${{ github.ref == format('refs/heads/{0}', 'main') && matrix.os == 'ubuntu' && matrix.flavor == 'lazydl' }}
type=raw,value=standalone,enable=${{ github.ref == format('refs/heads/{0}', 'main') && matrix.os == 'ubuntu' && matrix.flavor == 'standalone' }}
type=raw,value=${{ matrix.os }}-${{ matrix.flavor }},enable={{is_default_branch}}
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit eaf5982

Please sign in to comment.