We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ffabd commit 24bf3b2Copy full SHA for 24bf3b2
.github/workflows/docker.yml
@@ -11,13 +11,3 @@ jobs:
11
12
- name: Build the Docker image
13
run: docker build -t docs-rs -f dockerfiles/Dockerfile .
14
-
15
- - name: Upload the Docker image to ECR
16
- uses: rust-lang/simpleinfra/github-actions/upload-docker-image@master
17
- with:
18
- image: docs-rs
19
- repository: staging-docs-rs
20
- region: us-west-1
21
- aws_access_key_id: "${{ secrets.aws_access_key_id }}"
22
- aws_secret_access_key: "${{ secrets.aws_secret_access_key }}"
23
- if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'rust-lang' }}
0 commit comments